From 111026d6f29ad08c9fca3017643117075da6a9b0 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 22 May 2025 12:11:45 +0200 Subject: [PATCH] wip --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 9474687..58f52b6 100755 --- a/install.sh +++ b/install.sh @@ -241,7 +241,7 @@ __dep__() { # if ! $arch; then instPika hyprland # else - # _install hyprland hypridle hyprshot + # pkg-install hyprland hypridle hyprshot # fi ;; hyprpanel) @@ -262,7 +262,7 @@ __dep__() { if ! command_exists "$hyprdots_dependency"; then # echo_note "--- installing $hyprdots_dependency ---" spin bold yellow "Installing $hyprdots_dependency.." - if run --err err _install "$hyprdots_dependency"; then + if run --err err pkg-install "$hyprdots_dependency"; then check green bold "$hyprdots_dependency was installed" else throw "$hyprdots_dependency could not get installed" @@ -299,7 +299,7 @@ pkg_optional() { echo_note "$_o_ - is already installed" else echo_info "Installing $_o_" - _install "$_o_" + pkg-install "$_o_" fi done ;; @@ -416,7 +416,7 @@ main() { if ! command_exists stow; then if confirm "We couldn't find stow on the machine, do you want us to install it?"; then - _install stow + pkg-install stow else pen red bold "You cannot proceed without installing stow! Please install manually" exit 1