From 44b7091fc72b40fea7e4de13d63934e00cba5e49 Mon Sep 17 00:00:00 2001 From: romw314 <106016361+romw314@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:55:41 +0100 Subject: [PATCH] install.bash: Delete other scripts (e.g. docker-build.sh) --- install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bash b/install.bash index 0b58144..013433a 100755 --- a/install.bash +++ b/install.bash @@ -92,7 +92,7 @@ git checkout -q "$version" ls | while read fn; do case "$fn" in install.bash) mv "$fn" bgupdate;; - *.md) rm -f "$fn";; + *.md|*.sh|*.bash) rm -f "$fn";; .git) rm -rf "$fn";; .gitignore) rm -rf "$fn";; esac