From 26143c5f81221d5789efc821c2594fe6fea839cc Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Thu, 8 May 2025 15:09:53 +0200 Subject: [PATCH] Fix node bug --- tforgione.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tforgione.sh b/tforgione.sh index 61daa93..da7490a 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -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