init, setup: 3.0 -> 3.1 text updates

This commit is contained in:
Matt Housh 2014-02-24 22:08:38 -06:00
parent 815b5331e5
commit 760fa70983
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ find_and_mount_media() {
# main script
echo ""
echo -e "${BOLD}CRUX 3.0 - ${BLUE}http://crux.nu/${NORM}"
echo -e "${BOLD}CRUX 3.1 - ${BLUE}http://crux.nu/${NORM}"
echo ""
exec >/dev/console </dev/console 2>&1

View File

@ -20,7 +20,7 @@
# USA.
#
VERSION="3.0"
VERSION="3.1"
do_dialog() {
dialog --backtitle "CRUX $VERSION Setup" --no-shadow "$@"
@ -304,7 +304,7 @@ main() {
if [ "$ACTION" = "UPGRADE" ] && [ -f /usr/bin/setup-helper ]
then
(/usr/bin/setup-helper $ROOT &> $helperlogfile) | do_dialog \
--title " Please wait [2.8 -> 3.0 check]" --gauge "" 8 60 0
--title " Please wait [3.0 -> 3.1 check]" --gauge "" 8 60 0
fi
install_packages