This commit is contained in:
pika 2025-05-23 20:37:24 +02:00
parent 478354f0c9
commit 07b9cf9e60

View file

@ -129,12 +129,12 @@ check-and-install() {
spin bold yellow "Installing $pkg"
if ! command-exists "$pkg"; then
if run pkg-install "$pkg"; then
check "Installed $pkg"
check bold "$(pen green bold 'Installed') $pkg"
else
throw bold red "Error installing $pkg"
fi
else
check "$pkg $(pen grey bold 'already installed')"
check bold "$pkg $(pen grey bold 'was already installed')"
# echo_pkg deps "skipping $pkg - as it's ${RED}already installed.."
fi
else