X-Git-Url: http://gitweb/?a=blobdiff_plain;f=filesystem%2Fsetup;h=c1cba240e52c2dd8c8dd1abbe8d1e5698f10c019;hb=b358420556090ad88f44a17992408f0cc4816914;hp=bc330452c3a113f538bea8972b8701f7e2c06897;hpb=1464a9060ef212bb7a0ffafe861ad41397056dc3;p=initrd.git 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 }