Browse Source

Remove obsolete confirmation.

Raphael Schneeberger 5 years ago
parent
commit
79f2674d1f
1 changed files with 0 additions and 6 deletions
  1. 0 6
      bin/v-update-sys-hestia-git

+ 0 - 6
bin/v-update-sys-hestia-git

@@ -102,12 +102,6 @@ if [ -z "$branch" ]; then
     exit
 fi
 
-# Ask the user for a final confirmation
-read -p 'The update to a development branch should only be performed on test systems, as this can lead to instabilities and problems. Continue with the installation? [Y/N]: ' answer
-if [ "$answer" != 'y' ] && [ "$answer" != 'Y'  ]; then
-    echo 'Goodbye'
-    exit 1
-fi
 
 # Install needed software
 echo "Updating system APT repositories..."