aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-21 06:37:38 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-21 06:37:38 +0300
commite824025c52bec84a44bc4307407071daa99e805f (patch)
tree5484a2584aabe48c656163177155ba7abbd946de /docs
parent16e9304cecc420b9dbdb17f0db13a9a0010ad6cf (diff)
downloadpleroma-e824025c52bec84a44bc4307407071daa99e805f.tar.gz
Remove a useless echo
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/releases_en.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index df1b02231..e1a2e97e6 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -78,7 +78,6 @@ export FLAVOUR="arm64-musl"
# Clone the release build into a temporary directory and unpack it
su pleroma -s $SHELL -lc "
-echo '$FLAVOUR'
curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/master/download?job=$FLAVOUR' -o /tmp/pleroma.zip
unzip /tmp/pleroma.zip -d /tmp/
"