mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
Merge remote-tracking branch 'refs/remotes/YunoHost-Apps/master'
This commit is contained in:
commit
30c19b5b1c
1 changed files with 0 additions and 8 deletions
|
@ -40,14 +40,6 @@ sudo systemctl stop mastodon-*.service
|
||||||
# Change owner of live folder
|
# Change owner of live folder
|
||||||
sudo chown -R $app: $final_path/live
|
sudo chown -R $app: $final_path/live
|
||||||
|
|
||||||
# upgrade Node.js v4 to v6
|
|
||||||
node_version=$(nodejs --version)
|
|
||||||
if [[ $node_version =~ ^v4.*$ ]]; then
|
|
||||||
pushd /opt
|
|
||||||
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash -
|
|
||||||
sudo apt-get -y install nodejs
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Download Mastodon
|
# Download Mastodon
|
||||||
sudo su - $app <<PULLCOMMANDS
|
sudo su - $app <<PULLCOMMANDS
|
||||||
pushd ~/live
|
pushd ~/live
|
||||||
|
|
Loading…
Reference in a new issue