diff options
-rwxr-xr-x | bin/g-i-installation.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index d16fbc12..a3ea0b9d 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -489,6 +489,13 @@ normal_action() { *) ;; esac ;; + debian-edu*) case $TOKEN in + # debian-edu installations report error found during installation, go forward + 40) do_and_report key enter + ;; + *) ;; + esac + ;; *) ;; esac } |