From c28e1d8dae6cb488e438826fd6f52150a7b1565a Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Nov 2025 14:00:23 +0100 Subject: [PATCH] Update update.sh to not exclude files in srcipts/core from update --- update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index f999abc..fe435cb 100755 --- a/update.sh +++ b/update.sh @@ -550,7 +550,10 @@ update_files() { "update.log" "*.backup" "*.bak" - "scripts" + "scripts/ct" + "scripts/install" + "scripts/tools" + "scripts/vm" ) # Find the actual source directory (strip the top-level directory)