added deployment script installation
This commit is contained in:
@@ -33,6 +33,11 @@ echo "" > /etc/motd
|
||||
echo "neofetch" > /etc/profile.d/neofetch.sh
|
||||
chmod +x /etc/profile.d/neofetch.sh
|
||||
|
||||
echo -e "${GREEN}Install deployment script...${NOCOL}"
|
||||
curl -o /usr/local/bin/deploy https://git.xoservice.nl/marcel/deploy/raw/master/deploy.sh
|
||||
chown root:root /usr/local/bin/deploy
|
||||
chmod ug+x /usr/local/bin/deploy
|
||||
|
||||
echo -e "${RED}All done, reboot in 10 seconds...${NOCOL}"
|
||||
sleep 10
|
||||
reboot
|
||||
|
Reference in New Issue
Block a user