This commit is contained in:
pika 2025-05-11 13:17:29 +02:00
parent d6ba8c65b3
commit f8288b8893

View file

@ -34,16 +34,6 @@
echo_warning "cleaned $import" echo_warning "cleaned $import"
} }
checkAndInstall() {
for deps in "$@"; do
if ! command_exists $deps; then
_install "$deps"
else
echo_note "skipping $deps - as it's already installed.."
fi
done
}
installBuildDependencies() { installBuildDependencies() {
local depsDebian=(ninja-build gettext cmake curl build-essential) local depsDebian=(ninja-build gettext cmake curl build-essential)
local depsFedora=(ninja-build cmake gcc make gettext curl glibc-gconv-extra) local depsFedora=(ninja-build cmake gcc make gettext curl glibc-gconv-extra)