diff --git a/ci/installation/run_install_faststartup.sh b/ci/installation/run_install_faststartup.sh index d7f80c4c0..1cefbc8be 100644 --- a/ci/installation/run_install_faststartup.sh +++ b/ci/installation/run_install_faststartup.sh @@ -17,8 +17,7 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti # y - start setup # y - use static ip # y - deactivate ipv6 -# y - setup autohotspot -# n - use custom password +# n - setup autohotspot # y - deactivate bluetooth # y - disable on-chip audio # - - mpd overwrite config (only with existing installation) @@ -32,7 +31,6 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti "$local_install_script_path"/install-jukebox.sh <<< 'y y y -y n y y diff --git a/ci/installation/run_install_test.sh b/ci/installation/run_install_test.sh index 6ad5d67ce..6f2f07fdd 100644 --- a/ci/installation/run_install_test.sh +++ b/ci/installation/run_install_test.sh @@ -17,7 +17,8 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti # y - start setup # n - use static ip # n - deactivate ipv6 -# n - setup autohotspot +# y - setup autohotspot +# n - use custom password # n - deactivate bluetooth # n - disable on-chip audio # - - mpd overwrite config (only with existing installation) @@ -31,6 +32,7 @@ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selecti "$local_install_script_path"/install-jukebox.sh <<< 'y n n +y n n n