Skip to content

Commit

Permalink
install.bash: Delete other scripts (e.g. docker-build.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Mar 28, 2024
1 parent 1a4fc75 commit 44b7091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44b7091

Please sign in to comment.