akkoma/update.sh
2023-08-05 11:54:46 -06:00

8 lines
189 B
Bash

#!/bin/bash
rm -f 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