From fc0e857cbbd9e3ca9ffe24d4083a8adc06300e55 Mon Sep 17 00:00:00 2001 From: verita84 Date: Sat, 5 Aug 2023 11:54:46 -0600 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 6ce2aaa..0ec2301 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/bash rm -f akkoma.zip -curl 'https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-debian-stable.zip' -o akkoma.zip +curl 'https://akkoma-updates.s3-website.fr-par.scw.cloud/stable/akkoma-amd64.zip' -o akkoma.zip docker compose build docker compose down docker compose up -d