Browse Source

update february (autorun)

wareck 3 years ago
parent
commit
463301ee51
1 changed files with 3 additions and 2 deletions
  1. 3 2
      build_cube.sh

+ 3 - 2
build_cube.sh

@@ -484,9 +484,10 @@ echo "Done."
 }
 
 function autoroot_ {
-echo -e "$(tput setaf 10)\nInit install:(tput sgr0)"
+echo -e "$(tput setaf 10)\nInit install:$(tput sgr0)"
 if [ ! -d /home/wareck/.config/autostart ]
 then
+echo -e "$(tput setaf 10)\nInit install:$(tput sgr0)"
 mkdir /home/wareck/.config/autostart
 fi
 if [ ! -f /home/wareck/.config/autostart/install_os.desktop ]
@@ -521,8 +522,8 @@ fi
 if ! grep "wareck" /etc/sudoers >/dev/null
 then
 sudo sh -c "echo \"wareck ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
-fi
 echo "Done"
+fi
 }
 
 intro_