wip
This commit is contained in:
parent
e5ddc34813
commit
111026d6f2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue