From da822ecff53777fa80fbcdcfbebdecbd41028a29 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 25 Nov 2025 08:50:38 -0500 Subject: [PATCH] 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 --- install-scripts/00-hypr-pkgs.sh | 2 +- install-scripts/02-Final-Check.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install-scripts/00-hypr-pkgs.sh b/install-scripts/00-hypr-pkgs.sh index 0b1c24e..d2b8251 100755 --- a/install-scripts/00-hypr-pkgs.sh +++ b/install-scripts/00-hypr-pkgs.sh @@ -40,7 +40,7 @@ hypr_package=( qt5ct qt6ct qt6-qtsvg - rofi-wayland + rofi slurp swappy unzip # required later diff --git a/install-scripts/02-Final-Check.sh b/install-scripts/02-Final-Check.sh index 53c5648..5ff075c 100644 --- a/install-scripts/02-Final-Check.sh +++ b/install-scripts/02-Final-Check.sh @@ -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 \ No newline at end of file +fi