Remove a useless echo
authorrinpatch <rinpatch@sdf.org>
Fri, 21 Jun 2019 03:37:38 +0000 (06:37 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 21 Jun 2019 03:37:38 +0000 (06:37 +0300)
docs/installation/releases_en.md

index df1b022318b7fe7afccce7e6b78833a5661230eb..e1a2e97e679e23b518b5207504156250f603d9a2 100644 (file)
@@ -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/
 "