From 5b6362303fc615b2c04dd143a66bce3a0ba6d52d Mon Sep 17 00:00:00 2001 From: Super User Date: Wed, 22 Oct 2025 20:12:32 +0000 Subject: [PATCH] add update.sh --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..57fec7d --- /dev/null +++ b/update.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +podman compose down +git pull +podman compose pull +podman compose up -d