Fix node bug

This commit is contained in:
Thomas Forgione 2025-05-08 15:09:53 +02:00
parent 53c5859678
commit 26143c5f81

View File

@ -221,8 +221,8 @@ ask_for_nodejs() {
else
yes_no_ask "do you wish to install and configure nodejs?"
if [ $? -eq 0 ]; then
should_install_node=1
should_configure_node=1
should_install_nodejs=1
should_configure_nodejs=1
fi
fi