Skip to content

Commit

Permalink
switch autohotspot test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 18, 2023
1 parent b0f7eaf commit 9c4fb5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions ci/installation/run_install_faststartup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion ci/installation/run_install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 9c4fb5f

Please sign in to comment.