firstrun fix

This commit is contained in:
Luke 2017-10-05 12:23:41 -07:00
parent 05dcbd29e8
commit 0e40b1b912

View File

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