www-data 3
This commit is contained in:
parent
34452f507a
commit
99e3211fe9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue