diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:38:51 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-14 18:38:51 +0300 |
commit | 0e9243e8a28e957f2a9401eb153cc2b27723d0a3 (patch) | |
tree | b241da81594d9eed666052aef8a93d86a0a96c90 /docs/installation/migrating_from_source_otp_en.md | |
parent | e3b4a3e96b2ffbc6d920155cd41687414045d4d6 (diff) | |
download | pleroma-0e9243e8a28e957f2a9401eb153cc2b27723d0a3.tar.gz pleroma-0e9243e8a28e957f2a9401eb153cc2b27723d0a3.zip |
Preparations for renaming `master` to `stable`
Diffstat (limited to 'docs/installation/migrating_from_source_otp_en.md')
-rw-r--r-- | docs/installation/migrating_from_source_otp_en.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation/migrating_from_source_otp_en.md b/docs/installation/migrating_from_source_otp_en.md index e204cb3ee..87568faad 100644 --- a/docs/installation/migrating_from_source_otp_en.md +++ b/docs/installation/migrating_from_source_otp_en.md @@ -96,9 +96,9 @@ rm -r ~pleroma/* export FLAVOUR="arm64-musl" # Clone the release build into a temporary directory and unpack it -# Replace `master` with `develop` if you want to run the develop branch +# Replace `stable` with `unstable` if you want to run the unstable branch 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/ " |