diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-30 15:52:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-30 15:52:27 +0100 |
commit | f8c76d7945efdcf749c2f0c3f52f6e48d527fbcb (patch) | |
tree | cee23e3f28efbfc88dd847f87cf05163e1ce605f | |
parent | f1291f229a39448350553437618c257ec2400f69 (diff) | |
download | jenkins.debian.net-f8c76d7945efdcf749c2f0c3f52f6e48d527fbcb.tar.xz |
g-g-i: enter colons as semicolons...
-rw-r--r-- | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 67e3452a..af063bfe 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -691,7 +691,7 @@ post_install_boot() { ;; 0770) do_and_report key enter ;; - 0880) do_and_report type apt-get # apt-get install w3m + 0800) do_and_report type apt-get # apt-get install w3m ;; 0810) do_and_report key space ;; |