ref(install-script)

This commit is contained in:
TheK4n 2023-11-15 10:42:10 +03:00
parent 5ff5456159
commit d89dc71208
2 changed files with 1 additions and 5 deletions

View File

@ -173,11 +173,7 @@ cmd_list() {
} }
target_exists() { target_exists() {
if [[ " ${!TARGETS[*]} " =~ " $1 " ]]; then [[ " ${!TARGETS[*]} " =~ " $1 " ]]
true
else
false
fi
} }
cmd_install() { cmd_install() {