Update update.sh to not exclude files in srcipts/core from update

This commit is contained in:
Michel Roegl-Brunner
2025-11-10 14:00:23 +01:00
parent e0a7a44470
commit c28e1d8dae

View File

@@ -550,7 +550,10 @@ update_files() {
"update.log" "update.log"
"*.backup" "*.backup"
"*.bak" "*.bak"
"scripts" "scripts/ct"
"scripts/install"
"scripts/tools"
"scripts/vm"
) )
# Find the actual source directory (strip the top-level directory) # Find the actual source directory (strip the top-level directory)