diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 47867b72..f77fdd59 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -635,14 +635,14 @@ normal_action() { ;; debian-edu*workstation) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0400) do_and_report key enter + 0400) do_and_report key tab ;; *) ;; esac ;; debian-edu*standalone) case $TOKEN in # debian-edu installations report error found during installation, go forward - 0400) do_and_report key enter + 0400) do_and_report key tab ;; *) ;; esac |