aboutsummaryrefslogtreecommitdiff
path: root/scripts/install
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2017-04-30 10:46:03 +0200
committerGitHub <noreply@github.com>2017-04-30 10:46:03 +0200
commit40873edbd078c2750d35ee19e5e30e89fbfbfc88 (patch)
tree4c04f8df7c9bfdcc3b8937bc8eb9817a2bf9e54c /scripts/install
parent96c72ba22523bd2485a08a111e9aadcb87344d53 (diff)
parentd4642d29730ecfdf157499cc164033564fffa875 (diff)
downloadmastodon_ynh-40873edbd078c2750d35ee19e5e30e89fbfbfc88.tar.gz
mastodon_ynh-40873edbd078c2750d35ee19e5e30e89fbfbfc88.tar.bz2
mastodon_ynh-40873edbd078c2750d35ee19e5e30e89fbfbfc88.zip
Merge pull request #7 from nemsia/patch-2
tagged release
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install b/scripts/install
index a633a5d..ba8d7c0 100644
--- a/scripts/install
+++ b/scripts/install
@@ -90,7 +90,7 @@ git clone https://github.com/tootsuite/mastodon.git $final_path/live
CLONECOMMANDS
# Switch to tagged release
-pushd $final_path/live
+cd $final_path/live
sudo git checkout $(git tag | tail -n 1)
# Be king rewind (/var/cache/yunohost/from_file/scripts)