Rofi-wayland was changed to rofi

This final check script still looked for rofi-wayland causing error

Also main was updated already to install rofi .vs rofi-wayland
Updated development to match

 On branch development
 Your branch is up to date with 'origin/development'.

 Changes to be committed:
	modified:   00-hypr-pkgs.sh
	modified:   02-Final-Check.sh
This commit is contained in:
Don Williams
2025-11-25 08:50:38 -05:00
parent 804b5e6aeb
commit da822ecff5
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ hypr_package=(
qt5ct
qt6ct
qt6-qtsvg
rofi-wayland
rofi
slurp
swappy
unzip # required later

View File

@@ -6,7 +6,7 @@
packages=(
cliphist
kvantum
rofi-wayland
rofi
ImageMagick
SwayNotificationCenter
swww
@@ -88,4 +88,4 @@ else
# Add a timestamp when the missing packages were logged
echo "${NOTE} Missing packages logged at $(date)" >> "$LOG"
fi
fi