Skip to content

Commit

Permalink
Install webapp from release build if Node.JS download is aborted
Browse files Browse the repository at this point in the history
  • Loading branch information
pabera committed Dec 7, 2023
1 parent 54681da commit ade2894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installation/routines/customize_options.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ Do you want to install Node? [Y/n]" 1>&3
case "$response" in
[nN][oO]|[nN])
ENABLE_INSTALL_NODE=false
ENABLE_WEBAPP_PROD_DOWNLOAD=true
;;
*)
;;
Expand Down

0 comments on commit ade2894

Please sign in to comment.