From 492214d33d49c3ba5b2c874c740a346a40d0d21a Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Fri, 11 Apr 2025 20:43:57 +0000 Subject: [PATCH] curl silent & mask tmpfs for /tmp --- post/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/post/run.sh b/post/run.sh index 4091707..e4787f6 100644 --- a/post/run.sh +++ b/post/run.sh @@ -34,13 +34,14 @@ 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 +curl -so /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 "${GREEN}Optimizing makepkg settings...${NOCOL}" sed -i 's/#MAKEFLAGS="-j2"/MAKEFLAGs="-j$(nproc)"/g' /etc/makepkg.conf +systemctl mask tmp.mount echo -e "${RED}All done, reboot in 10 seconds...${NOCOL}" sleep 10 -reboot +reboot \ No newline at end of file