Removed superfile and thunar from the default downloads
This commit is contained in:
parent
3a685df812
commit
bf03c131b5
3 changed files with 2 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ fi
|
|||
|
||||
declare -a bootstraps
|
||||
while IFS= read -r bootstrap; do
|
||||
if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ ~$ ]]; then
|
||||
if [[ -x "$bootstrap" && ! "$bootstrap" =~ "##" && ! "$bootstrap" =~ ~$ && ! "$bootstrap" =~ ".bak" ]]; then
|
||||
bootstraps+=("$bootstrap")
|
||||
fi
|
||||
done < <(find -L "$BOOTSTRAP_D" -type f | sort)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue