Skip to content

Commit

Permalink
activate _options_update_raspi_os
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 28, 2023
1 parent e17ed3c commit 3312fbb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ci/installation/run_install_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export ENABLE_WEBAPP_PROD_DOWNLOAD=true
# y - setup webapp
# n - setup kiosk mode
# - - install node (forced WebApp Download)
# y - update os
# n - reboot

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
Expand All @@ -39,5 +40,6 @@ n
y
y
n
y
n
'
2 changes: 2 additions & 0 deletions ci/installation/run_install_faststartup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ LOCAL_INSTALL_SCRIPT_PATH="${LOCAL_INSTALL_SCRIPT_PATH%/}"
# n - setup webapp
# - - setup kiosk mode (only with webapp = y)
# - - install node (only with webapp = y)
# y - update os
# n - reboot

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
Expand All @@ -35,5 +36,6 @@ y
n
n
n
y
n
'
2 changes: 2 additions & 0 deletions ci/installation/run_install_webapp_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export ENABLE_WEBAPP_PROD_DOWNLOAD=true
# y - setup webapp
# y - setup kiosk mode
# - - install node (forced webapp download)
# y - update os
# n - reboot

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
Expand All @@ -37,5 +38,6 @@ n
n
y
y
y
n
'
2 changes: 2 additions & 0 deletions ci/installation/run_install_webapp_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export ENABLE_WEBAPP_PROD_DOWNLOAD=false
# y - setup webapp
# y - setup kiosk mode
# y - install node
# y - update os
# n - reboot

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
Expand All @@ -38,5 +39,6 @@ n
y
y
y
y
n
'
4 changes: 1 addition & 3 deletions installation/routines/customize_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,7 @@ _run_customize_options() {
_option_kiosk_mode
_option_webapp_devel_build
fi
# Bullseye is currently under active development and should be updated in any case.
# Hence, removing the step below as it becomse mandatory
# _options_update_raspi_os
_options_update_raspi_os
}

customize_options() {
Expand Down

0 comments on commit 3312fbb

Please sign in to comment.