diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-03-01 14:44:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-03-01 14:44:14 +0100 |
commit | 204fd91c5d87dcc62ebee4451b29c6c13ae5425e (patch) | |
tree | 754f1ee524e40a35e20e36933e930b7e09c0b03a /bin | |
parent | e64f15e51a937e5ab04a294fd6fd5333f1d13269 (diff) | |
download | jenkins.debian.net-204fd91c5d87dcc62ebee4451b29c6c13ae5425e.tar.xz |
g-i: edu: install w3m before using it
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index c1a20c58..4114e291 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -584,23 +584,33 @@ normal_action() { ;; 1340) do_and_report key enter ;; - 1350) do_and_report type lynx # check nagios + 1350) do_and_report type apt-get # apt-get install w3m ;; - 1360) do_and_report key space + 1360) do_and_report type "-y" ;; - 1370) do_and_report type https + 1370) do_and_report type install ;; - 1380) do_and_report type "://www" + 1380) do_and_report type w3m ;; - 1390) do_and_report type "/nagios" + 1390) do_and_report key enter ;; - 1400) do_and_report key enter + 1400) do_and_report type w3m # check nagios + ;; + 1410) do_and_report key space + ;; + 1420) do_and_report type https + ;; + 1430) do_and_report type "://www" + ;; + 1440) do_and_report type "/nagios" + ;; + 1450) do_and_report key enter ;; 1500) do_and_report type q ;; 1520) do_and_report key enter ;; - 1550) do_and_report type lynx # check cups + 1550) do_and_report type w3m # check cups ;; 1560) do_and_report key space ;; |