projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16e9304
)
Remove a useless echo
author
rinpatch
<rinpatch@sdf.org>
Fri, 21 Jun 2019 03:37:38 +0000
(06:37 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Fri, 21 Jun 2019 03:37:38 +0000
(06:37 +0300)
docs/installation/releases_en.md
patch
|
blob
|
history
diff --git
a/docs/installation/releases_en.md
b/docs/installation/releases_en.md
index df1b022318b7fe7afccce7e6b78833a5661230eb..e1a2e97e679e23b518b5207504156250f603d9a2 100644
(file)
--- 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/
"