commit 444118066b64478bbbfdb7e2525fa57d20ce120b parent 66a565e42e7e073aea79514e58394ce7d1946c10 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Mon, 1 Dec 2025 22:09:21 +0100 fix(restic): missing rclone Diffstat:
| M | scripts/restic.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/restic.sh b/scripts/restic.sh @@ -4,7 +4,7 @@ set -o errexit set -o nounset set -o xtrace -apt-get install -y restic +apt-get install -y restic rclone # Configure restic repo mkdir -p /root/.config/restic