personal_scripts

mrgrouse's personal scripts for using arch or artix linux
Log | Files | Refs | README

Makefile (325B)


      1 INSTALLDIR=${HOME}/.local/bin
      2 install:
      3 	cp arch-secure-boot.sh ${INSTALLDIR}
      4 	chmod 674 ${INSTALLDIR}/arch-secure-boot.sh
      5 	cp artix-install.sh ${INSTALLDIR}
      6 	chmod 674 ${INSTALLDIR}/artix-install.sh
      7 	cp upgrader.sh ${INSTALLDIR}
      8 	chmod 674 ${INSTALLDIR}/upgrader.sh
      9 	cp wall.sh ${INSTALLDIR}
     10 	chmod 674 ${INSTALLDIR}/wall.sh