From 15dfeb9f48bb41e4d5850bcc03f669db172251cd Mon Sep 17 00:00:00 2001 From: Norm Date: Sat, 2 Jul 2022 15:34:13 -0400 Subject: [PATCH] Fix quoting in otp_en.md --- docs/installation/otp_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ "