From 927d9b0f85347412809991e45bffc2c40bc51d64 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Fri, 17 Oct 2025 11:33:03 +0800 Subject: [PATCH] Fix diagnose --- diagnose | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diagnose b/diagnose index 65e3e24b1..0b9238c36 100755 --- a/diagnose +++ b/diagnose @@ -55,6 +55,9 @@ ii_check_venv() { which python deactivate } +ii_check_quickshell_version() { + pacman -Q | grep -E 'quickshell|qt6-base' +} e "Checking git repo info" x git remote get-url origin @@ -84,7 +87,7 @@ commands+=(ags agsv1) e "Checking versions" x Hyprland --version -x pacman -Q | grep -E 'quickshell|qt6-base' +x ii_check_quickshell_version e "Finished. Output saved as \"$output_file\"." if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi