From 99d651842ddcd4f5943d9bb8fede1f684cb5dea0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 30 Oct 2014 15:54:32 +0100 Subject: g-i-i: fix tüpo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/g-i-installation.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index af063bfe..27e0a73c 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -711,7 +711,7 @@ post_install_boot() { ;; 0910) do_and_report key space ;; - 0920) do_and_report type 'https:' + 0920) do_and_report type 'https;' ;; 0930) do_and_report type '//www' ;; @@ -727,11 +727,11 @@ post_install_boot() { ;; 1020) do_and_report key space ;; - 1030) do_and_report type 'https:' + 1030) do_and_report type 'https;' ;; 1050) do_and_report type '//www' ;; - 1070) do_and_report type ':631' + 1070) do_and_report type ';631' ;; 1080) do_and_report key enter ;; @@ -966,7 +966,7 @@ monitor_system() { echo "ERROR: Loading installer components from CDROM failed, aborting." >> $GOCR exit 1 elif [ ! -z "$INSTALL_PROBLEM" ] ; then - echo "ERROR: An installation steü failed." >> $GOCR + echo "ERROR: An installation step failed." >> $GOCR exit 1 elif [ ! -z "$BUILD_LTSP_PROBLEM" ] ; then echo "ERROR: The failing step is: Build LTSP chroot." >> $GOCR -- cgit v1.2.3-54-g00ecf