www-data node in its folder 5
This commit is contained in:
parent
ba63d76829
commit
77c655e412
|
@ -195,7 +195,7 @@ if [[ "$answer" == "y" ]]; then
|
||||||
mkdir /var/www/node
|
mkdir /var/www/node
|
||||||
chown www-data:www-data /var/www/node
|
chown www-data:www-data /var/www/node
|
||||||
|
|
||||||
su -s /bin/bash -c 'curl -o /var/www/node//install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&\
|
su -s /bin/bash -c 'curl -o /var/www/node/install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&\
|
||||||
export NVM_DIR="$HOME/node/.nvm" &&\
|
export NVM_DIR="$HOME/node/.nvm" &&\
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" &&\
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" &&\
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" &&\
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" &&\
|
||||||
|
|
Loading…
Reference in New Issue