This commit is contained in:
pika 2025-05-11 17:38:07 +02:00
parent aad629e3c0
commit 8f6dc2b1c9

View file

@ -55,7 +55,7 @@ checkAndInstall() {
for deps in "$@"; do
if ! command_exists $deps; then
echo_note "$deps is not installed. Installing it now.."
_install "$deps"
run _install "$deps"
else
echo_note "skipping $deps - as it's already installed.."
fi
@ -236,6 +236,11 @@ get_packager() {
fi
}
# INFO:
# ╭────────────────────────────────────────────────────────────────────────────────────────╮
# │ Automated setup for refreshing repositories and overall getting the variables to setup │
# ╰────────────────────────────────────────────────────────────────────────────────────────╯
update_package_list() {
echo_note "Refreshing repositories.."
case "$distro" in