commit cd17e9f43adcb0d3f901caabb2cbb806b704d7b0
parent 149da247a3b5d90e7bb3225191e03999449450f0
Author: mrgrouse <bdmfegys@duck.com>
Date: Fri, 9 Aug 2024 02:59:59 -0400
Makefile: set permissions when installing scripts
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -1,6 +1,10 @@
INSTALLDIR=${HOME}/.local/bin
install:
cp arch-secure-boot.sh ${INSTALLDIR}
+ chmod +x ${INSTALLDIR}/arch-secure-boot.sh
cp artix-install.sh ${INSTALLDIR}
+ chmod +x ${INSTALLDIR}/artix-install.sh
cp upgrader.sh ${INSTALLDIR}
+ chmod +x ${INSTALLDIR}/upgrader.sh
cp wall.sh ${INSTALLDIR}
+ chmod +x ${INSTALLDIR}/wall.sh