From c66094f4bc4820b65b205833302dabd747a6cfa0 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 15 Apr 2025 10:39:00 +0200 Subject: [PATCH] update.sh aktualisiert --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index ae891a0..bcfb852 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,7 @@ #!/bin/bash +cd /var/www/html || exit 1 + # Remove old APKs rm -f ./repo/YouTube.apk rm -f ./repo/Reddit.apk