From: Jose V Beneyto Date: Thu, 24 May 2012 19:54:41 +0000 (+0200) Subject: Fixed version numer in setup script X-Git-Url: http://gitweb/?p=initrd.git;a=commitdiff_plain;h=8d4303bbb5631f2d05145e67376b6329e1fb5fb2 Fixed version numer in setup script --- 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 }