diff --git a/distros.sh b/distros.sh index 2d5ef86..28c8aae 100755 --- a/distros.sh +++ b/distros.sh @@ -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