mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated install.sh
This commit is contained in:
parent
3a3ee81726
commit
2a364e0730
@ -464,8 +464,8 @@ execute_script "03-Final-Check.sh"
|
||||
|
||||
printf "\n%.0s" {1..1}
|
||||
|
||||
# Check if either hyprland or hyprland-git is installed
|
||||
if dpkg -l | grep -qw hyprland; then
|
||||
# Check if either hyprland or Hyprland files exist in /usr/local/bin/
|
||||
if [ -e /usr/local/bin/hyprland ] || [ -f /usr/local/bin/Hyprland ]; then
|
||||
printf "\n ${OK} 👌 Hyprland is installed. However, some essential packages may not be installed. Please see above!"
|
||||
printf "\n${CAT} Ignore this message if it states ${YELLOW}All essential packages${RESET} are installed as per above\n"
|
||||
sleep 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user