This commit is contained in:
pika 2025-05-11 17:48:50 +02:00
parent a08272aaef
commit 1866ec3bc5

View file

@ -52,8 +52,8 @@ run() {
}
checkAndInstall() {
echo "DEBUG:: GOT ARRAY :: $@"
for deps in "$@"; do
echo "DEBUG:: GOT ARRAY :: ${@}"
for deps in "${@}"; do
echo_info "Installing $deps"
if ! command_exists $deps; then
echo_note "$deps is not installed. Installing it now.."