diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-10-23 12:02:09 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-10-23 12:02:09 (GMT) |
commit | 06a53e553c308f1b02c8413046963ca1d5061a32 (patch) | |
tree | faa1413968b196c815be46684312834f46774062 /abs | |
parent | 7331e87c1d0d6a108652e95d75ef2fda4fe0877a (diff) | |
download | linhes_pkgbuild-06a53e553c308f1b02c8413046963ca1d5061a32.zip linhes_pkgbuild-06a53e553c308f1b02c8413046963ca1d5061a32.tar.gz linhes_pkgbuild-06a53e553c308f1b02c8413046963ca1d5061a32.tar.bz2 |
update81-82.sh: exit if repo doesn't look like 8.2
Diffstat (limited to 'abs')
-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..." |