testing..

This commit is contained in:
pika 2025-05-18 19:46:46 +02:00
parent 0158475c3f
commit 650ed4f21e

View file

@ -135,7 +135,7 @@ checkAndInstall() {
for deps in "${@}"; do
echo_pkg deps "Installing $deps"
if ! command_exists $deps; then
echo_pkg "$deps is not installed. Installing it now.."
echo_pkg deps "$deps is not installed. Installing it now.."
run _install "$deps"
else
echo_pkg deps "skipping $deps - as it's already installed.."