Your Name 7 years ago
parent
commit
249cc01ac3
1 changed files with 7 additions and 2 deletions
  1. 7 2
      setup.sh

+ 7 - 2
setup.sh

@@ -286,6 +286,11 @@ echo -e "\e[97mDone !\e[0m"
 
 sudo usermod -a -G video work
 
-echo -e "\n\e[92mEverything done... Wait for reboot ...\e[0m"
-sleep 10
+echo -e "\n\e[92mEverything was done...\e[0m"
+echo -e -n "Reboot in 15 seconds (CRTL+C to abord): "
+for i in {15..1}
+do
+echo -e -n "$i "
+sleep 1
+done
 reboot