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:
parent
279feedd74
commit
d81564718c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue