Merge pull request 'clean-up docs to avoid version-mismatches in BE and FE in new...
[akkoma] / docs / docs / installation / otp_en.md
index 3e00d3262e78af0edfa0dc9f47bae587955cf119..3d5d2152b26cc508cc562a23eee22d1ee77158bd 100644 (file)
@@ -123,7 +123,7 @@ export FLAVOUR="amd64-musl"
 
 # Clone the release build into a temporary directory and unpack it
 su akkoma -s $SHELL -lc "
-curl 'https://akkoma-updates.s3-website.fr-par.scw.cloud/develop/akkoma-$FLAVOUR.zip' -o /tmp/akkoma.zip
+curl 'https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-$FLAVOUR.zip' -o /tmp/akkoma.zip
 unzip /tmp/akkoma.zip -d /tmp/
 "