updated hyprland install script helper

This commit is contained in:
JaKooLit
2025-02-02 19:59:00 +09:00
parent 527a504e83
commit 38ce478f5c
3 changed files with 77 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ while true; do
printf "\n${OK} You chose non-git version of Hyprland....... executing...\n"
echo -e "${YELLOW} Uninstalling some hyprland packages first...${RESET}"
./scripts/uninstall.sh
echo -e "${NOTE} Installing non-git version of Hyprland...${RESET}\n"
echo -e "${NOTE} Installing non-git version of Hyprland...${RESET}"
./scripts/install-hyprland.sh
break
;;
@@ -42,7 +42,7 @@ while true; do
printf "\n${OK} You chose git version of Hyprland....... executing...\n"
echo -e "${YELLOW} Uninstalling some hyprland packages....${RESET}"
./scripts/uninstall.sh
echo -e "${NOTE} Installing git version of Hyprland...${RESET}\n"
echo -e "${NOTE} Installing git version of Hyprland...${RESET}"
./scripts/install-hyprland-git.sh
break
;;