From 27add6bdb78b26a72ff8a85644853d01f4a9f9cd Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 19:11:16 +0000 Subject: [PATCH] added deployment script installation --- post/run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/post/run.sh b/post/run.sh index 559b418..066941c 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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