diff --git a/root.sh b/root.sh index 55f9a85..9196a9b 100755 --- a/root.sh +++ b/root.sh @@ -27,9 +27,9 @@ echo "$USER:$(cat pass1)" | chpasswd shred -u pass1 shred -u pass2 -touch .firstime +touch .firstrun curl -O http://lukesmith.xyz/larbs/install_packages.sh && bash install_packages.sh -rm .firstime +rm .firstrun printf "${BLUE}Enabling Network Manager...\n${NC}" systemctl enable NetworkManager