From 0e40b1b91234c202269dfab77885844541682e17 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 5 Oct 2017 12:23:41 -0700 Subject: [PATCH] firstrun fix --- root.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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