www-data 3

This commit is contained in:
Valentin 2024-02-25 22:46:38 +01:00
parent 34452f507a
commit 99e3211fe9
1 changed files with 2 additions and 0 deletions

View File

@ -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