This commit is contained in:
pika 2025-05-11 17:43:40 +02:00
parent 8f6dc2b1c9
commit 1914f171a7

View file

@ -53,6 +53,7 @@ run() {
checkAndInstall() { checkAndInstall() {
for deps in "$@"; do for deps in "$@"; do
echo_info "Installing $deps"
if ! command_exists $deps; then if ! command_exists $deps; then
echo_note "$deps is not installed. Installing it now.." echo_note "$deps is not installed. Installing it now.."
run _install "$deps" run _install "$deps"