diff --git a/install.sh b/install.sh index c1a7160..95a92ac 100644 --- a/install.sh +++ b/install.sh @@ -198,6 +198,8 @@ if [[ "$answer" == "y" ]]; then ln -sf /home/$username/.nvm/versions/node/v18.19.1/bin/node /usr/bin/node ln -sf /home/$username/.nvm/versions/node/v18.19.1/bin/npm /usr/bin/npm ln -sf /home/$username/.nvm/versions/node/v18.19.1/bin/npx /usr/bin/npx + mkdir /var/www/.npm + chown -R 33:33 /var/www/.npm echo -e "${PURPLE}${BOLD}Node installed${RESET}"; fi