diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 5b2b37c5..7c615b3a 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -256,9 +256,17 @@ normal_action() { ;; 230) do_and_report key space ;; - 240) do_and_report type "www.debian.org" + 240) do_and_report type "www" ;; - 250) do_and_report key enter + 250) do_and_report type "." + ;; + 260) do_and_report type "debian" + ;; + 270) do_and_report type "." + ;; + 280) do_and_report type "org" + ;; + 290) do_and_report key enter ;; 300) do_and_report key alt-f2 ;; @@ -309,6 +317,14 @@ normal_action() { ;; 320) do_and_report key enter ;; + 330) do_and_report type apt-get + ;; + 340) do_and_report key space + ;; + 350) do_and_report type moo + ;; + 320) do_and_report key enter + ;; 330) do_and_report type "su" ;; 340) do_and_report key enter |