diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index 0378a094b..f60e9ba36 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -115,7 +115,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/develop/akkoma-$FLAVOUR.zip' -o /tmp/akkoma.zip unzip /tmp/akkoma.zip -d /tmp/ "