Skip to content

Commit c28e1d8

Browse files
Update update.sh to not exclude files in srcipts/core from update
1 parent e0a7a44 commit c28e1d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

update.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,10 @@ update_files() {
550550
"update.log"
551551
"*.backup"
552552
"*.bak"
553-
"scripts"
553+
"scripts/ct"
554+
"scripts/install"
555+
"scripts/tools"
556+
"scripts/vm"
554557
)
555558

556559
# Find the actual source directory (strip the top-level directory)

0 commit comments

Comments
 (0)