ajout de build-essential pour installer node
This commit is contained in:
@@ -206,6 +206,8 @@ if [[ "$answer" == "y" ]]; then
|
||||
mkdir /var/www/.npm
|
||||
chown www-data:www-data /var/www/.npm
|
||||
|
||||
install_pkg build-essential
|
||||
|
||||
su -s /bin/bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash &&\
|
||||
export NVM_DIR="$HOME/.nvm" &&\
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" &&\
|
||||
|
Reference in New Issue
Block a user