Skip to content

Commit

Permalink
Hyprland script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXero-dev committed Dec 30, 2024
1 parent 0691173 commit 3362fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/script/xero-hyprland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ selective_install() {

# Main menu using dialog
main_menu() {
CHOICE=$(dialog --stdout --title ">> XeroLinux Hyprland Install <<" --menu "\nChoose how to install Hyprland" 11 60 4 \
CHOICE=$(dialog --stdout --title ">> XeroLinux Hyprland Install <<" --menu "\nChoose how to install Hyprland" 11 80 4 \
1 "ML4W Hyprland : Customized ML4W Hyprland Install." \
2 "JaKooLit Hyprland : Customized JaKooLit Hyprland Install." \
3 "Prasanth Hyprland : Customized Prasanth Hyprland Install.")

case "$CHOICE" in
1)
clear && bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-arch.sh)
clear && yay -S ml4w-hyprland && ml4w-hyprland-setup
;;
2)
clear && git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git ~/Arch-Hyprland
Expand Down

0 comments on commit 3362fd8

Please sign in to comment.