diff options
-rw-r--r-- | abs/core/update81-82.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/abs/core/update81-82.sh b/abs/core/update81-82.sh index 853a004..b8a61b4 100644 --- a/abs/core/update81-82.sh +++ b/abs/core/update81-82.sh @@ -29,14 +29,8 @@ then echo "" echo "WARNING! The current repos in /etc/pacman.conf do not look like they" echo " contain packages for LinHES 8.2." - echo "Press Y to continue (not recommended), any other key to stop" - - read ans - if [ x$ans != "xY" ] - then - echo " Y NOT selected, exiting" - exit 3 - fi + echo "The update cannot continue. Exiting." + exit 3 fi echo "Downloading filesystem and glibc for later use, please wait..." |