diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-10 10:48:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-10 10:48:39 +0200 |
| commit | d81564718cac221ab1243dc6a28c3245b8bdafde (patch) | |
| tree | da27d49b815430dee705368aa682c21a503ea360 | |
| parent | 279feedd74744ac2ba5c8d18921ba3be9b853bd2 (diff) | |
| download | mastodon_ynh-d81564718cac221ab1243dc6a28c3245b8bdafde.tar.gz mastodon_ynh-d81564718cac221ab1243dc6a28c3245b8bdafde.tar.bz2 mastodon_ynh-d81564718cac221ab1243dc6a28c3245b8bdafde.zip | |
Sudo on yarn install
| -rw-r--r-- | scripts/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install index 95be1b2..d7e5f5f 100644 --- a/scripts/install +++ b/scripts/install @@ -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 |
