From 8d4303bbb5631f2d05145e67376b6329e1fb5fb2 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 24 May 2012 21:54:41 +0200 Subject: [PATCH] Fixed version numer in setup script --- filesystem/setup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filesystem/setup b/filesystem/setup index bc33045..c1cba24 100755 --- a/filesystem/setup +++ b/filesystem/setup @@ -22,7 +22,7 @@ # USA. # -VERSION="2.7" +VERSION="2.7.1" do_dialog() { dialog --backtitle "CRUX $VERSION Setup" --no-shadow "$@" @@ -301,9 +301,9 @@ main() { if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ] then (/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \ - --title " Please wait [2.6 -> 2.7 check]" --gauge "" 8 60 0 + --title " Please wait [2.6 -> 2.7.1 check]" --gauge "" 8 60 0 fi - install_packages + install_packages cat $helperlogfile 2> /dev/null } -- 2.26.2