From 06a53e553c308f1b02c8413046963ca1d5061a32 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 23 Oct 2014 12:02:09 +0000 Subject: update81-82.sh: exit if repo doesn't look like 8.2 --- abs/core/update81-82.sh | 10 ++-------- 1 file 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..." -- cgit v0.12