CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed version numer in setup script
authorJose V Beneyto <sepen@crux.nu>
Thu, 24 May 2012 19:54:41 +0000 (21:54 +0200)
committerJose V Beneyto <sepen@crux.nu>
Thu, 24 May 2012 19:54:41 +0000 (21:54 +0200)
filesystem/setup

index bc330452c3a113f538bea8972b8701f7e2c06897..c1cba240e52c2dd8c8dd1abbe8d1e5698f10c019 100755 (executable)
@@ -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
 }