diff --git a/post/run.sh b/post/run.sh index a450119..b3964be 100644 --- a/post/run.sh +++ b/post/run.sh @@ -45,5 +45,5 @@ 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 \ No newline at end of file +sleep 10 +reboot \ No newline at end of file