firstrun fix
This commit is contained in:
parent
05dcbd29e8
commit
0e40b1b912
4
root.sh
4
root.sh
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user