mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +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
|
pushd /opt
|
||||||
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
|
curl -sL https://deb.nodesource.com/setup_4.x | sudo bash -
|
||||||
sudo apt-get -y install nodejs
|
sudo apt-get -y install nodejs
|
||||||
npm install -g yarn
|
sudo npm install -g yarn
|
||||||
|
|
||||||
## Install postgresql database
|
## Install postgresql database
|
||||||
dbname=$app
|
dbname=$app
|
||||||
|
|
Loading…
Reference in a new issue