Update 'update.sh'

This commit is contained in:
verita84 2023-08-05 11:54:46 -06:00
parent 6e2fbea703
commit fc0e857cbb

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
rm -f akkoma.zip 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 build
docker compose down docker compose down
docker compose up -d docker compose up -d