1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Sudo on yarn install

This commit is contained in:
nemsia 2017-04-10 10:48:39 +02:00 committed by GitHub
parent 279feedd74
commit d81564718c

View file

@ -64,7 +64,7 @@ ynh_app_setting_set $app final_path $final_path
pushd /opt
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
sudo apt-get -y install nodejs
npm install -g yarn
sudo npm install -g yarn
## Install postgresql database
dbname=$app