commit 0e40b1b91234c202269dfab77885844541682e17
parent 05dcbd29e81c9742116a85f587497e7a407d115d
Author: Luke <luke@lukesmith.xyz>
Date: Thu, 5 Oct 2017 12:23:41 -0700
firstrun fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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