add hyprland-qtutils to install
now hyprland request this on a popup, so i added this to fix that error
This commit is contained in:
@@ -10,6 +10,7 @@ hypr=(
|
|||||||
hyprlock
|
hyprlock
|
||||||
hyprland
|
hyprland
|
||||||
pyprland
|
pyprland
|
||||||
|
hyprland-qtutils
|
||||||
)
|
)
|
||||||
|
|
||||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||||
@@ -39,7 +40,10 @@ fi
|
|||||||
printf "${NOTE} Installing Hyprland .......\n"
|
printf "${NOTE} Installing Hyprland .......\n"
|
||||||
for HYPR in "${hypr[@]}"; do
|
for HYPR in "${hypr[@]}"; do
|
||||||
install_package "$HYPR" 2>&1 | tee -a "$LOG"
|
install_package "$HYPR" 2>&1 | tee -a "$LOG"
|
||||||
[ $? -ne 0 ] && { echo -e "\e[1A\e[K${ERROR} - $HYPR Package installation failed, Please check the installation logs"; exit 1; }
|
[ $? -ne 0 ] && {
|
||||||
|
echo -e "\e[1A\e[K${ERROR} - $HYPR Package installation failed, Please check the installation logs"
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
done
|
done
|
||||||
|
|
||||||
clear
|
clear
|
||||||
Reference in New Issue
Block a user