Update install docs #38

Merged
floatingghost merged 17 commits from norm/akkoma:docs into develop 2022-07-02 21:00:01 +00:00
Showing only changes of commit 15dfeb9f48 - Show all commits

View file

@ -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/
"