diff options
| author | nemsia <nemsia@nemsia.org> | 2017-05-25 14:10:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-25 14:10:51 +0200 |
| commit | 7a6eb781f17f9d2482e0b3e76048c2cf6270df3a (patch) | |
| tree | 714a782d280b31c8cecf27ffaee155ca6365b9e5 /scripts | |
| parent | 2342816ff364671f443b64547e125d03de9a5fd5 (diff) | |
| parent | 77a80d633c49963e2de3c4f9f97b2afd6cc9f713 (diff) | |
| download | mastodon_ynh-7a6eb781f17f9d2482e0b3e76048c2cf6270df3a.tar.gz mastodon_ynh-7a6eb781f17f9d2482e0b3e76048c2cf6270df3a.tar.bz2 mastodon_ynh-7a6eb781f17f9d2482e0b3e76048c2cf6270df3a.zip | |
Merge pull request #36 from nemsia/fix-restore-1.4
[fix] Nodejs 6 on restore
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/restore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore index e0969ee..84828b1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -89,7 +89,7 @@ sudo adduser $app --home /opt/$app --gecos "First Last,RoomNumber,WorkPhone,Home # Install de Node.js pushd /opt - curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - + curl -sL https://deb.nodesource.com/setup_6.x | sudo bash - sudo apt-get -y install nodejs # Install Yarn |
