summaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorMaxim Filippov <colixer@gmail.com>2019-11-05 02:12:48 +0300
committerMaxim Filippov <colixer@gmail.com>2019-11-05 02:12:48 +0300
commit43ea16870fe60578a6528e1f01bfaab68943a1bc (patch)
tree108e2d85abfa60cea3b85cd07e0b2ab467b39668 /docs/installation/otp_en.md
parent24eecc3cb4a35376124b1fc792183d8b8dd0a9cc (diff)
parentfee127696308dbec9cff6b2a9b399cf2877cf445 (diff)
downloadpleroma-43ea16870fe60578a6528e1f01bfaab68943a1bc.tar.gz
pleroma-43ea16870fe60578a6528e1f01bfaab68943a1bc.zip
Merge branch 'develop' into feature/reports-groups-and-multiple-state-update
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md
index b4e5254cd..c028f4229 100644
--- a/docs/installation/otp_en.md
+++ b/docs/installation/otp_en.md
@@ -80,7 +80,7 @@ export FLAVOUR="arm64-musl"
# Clone the release build into a temporary directory and unpack it
su pleroma -s $SHELL -lc "
-curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/master/download?job=$FLAVOUR' -o /tmp/pleroma.zip
+curl 'https://git.pleroma.social/api/v4/projects/2/jobs/artifacts/stable/download?job=$FLAVOUR' -o /tmp/pleroma.zip
unzip /tmp/pleroma.zip -d /tmp/
"