diff options
| author | nemsia <nemsia@nemsia.org> | 2018-06-12 15:33:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-12 15:33:34 +0200 |
| commit | ba3ce5d001e05f6ad530b85ee24279c326705775 (patch) | |
| tree | d2095c3a6b6a9b73808477271553d047291e6a90 /scripts/install | |
| parent | 64d3147a7b68f9e94f231b9a8aa6e9199b2824aa (diff) | |
| download | mastodon_ynh-ba3ce5d001e05f6ad530b85ee24279c326705775.tar.gz mastodon_ynh-ba3ce5d001e05f6ad530b85ee24279c326705775.tar.bz2 mastodon_ynh-ba3ce5d001e05f6ad530b85ee24279c326705775.zip | |
Fix migrated stretch upgrade (#88)
* upgrade-2.3.3
upgrade-2.3.3
git fetch with all tags forced
* Upgrade 2.4.0 (#21)
* Upgrade 2.4 (#79)
* Upgrade rb to 2.5.1
* Update upgrade
* Fix 2.3.3
* Add trace on assets:precompile
* Yarn install and precompile
Update 2.4 need root to yarn install and precompile,
Temporary bad fix.
* Update upgrade
* Fix migrate
* Update README.md
* Update manifest.json
* Upgrade yarn to 1.7.0
* Restart postgresql on upgrade
* Ready to Debian Stretch (#22)
* Ready to Debian Stretch
* rb 2.5.1 on install
* Yarn install on root
* rails precompile fix
* Fix backup on stretch
* clean
* fix backup stretch
* Change systemd mastodon service restart
* Change systemd script for stretch
* Ready to mastodon 2.4.1
* Fix migrated stretch (#23)
* Force bundle re-install
* Add check debian on upgrade and clean check
Diffstat (limited to 'scripts/install')
| -rw-r--r-- | scripts/install | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/install b/scripts/install index d92e0ed..03f91bd 100644 --- a/scripts/install +++ b/scripts/install @@ -64,8 +64,7 @@ sudo curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - sudo cp ../conf/yarn.list /etc/apt/sources.list.d/ # Install source.list debian jessie package backports -debian_version=$(lsb_release -c -s) -if [[ $debian_version = jessie ]]; then +if [ "$(lsb_release --codename --short)" == "jessie" ]; then sudo cp ../conf/backports.list /etc/apt/sources.list.d/ ynh_package_update sudo apt-get -t jessie-backports -y install ffmpeg |
