mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Add ii_check_PKGBUILD_version() in diagnose
This commit is contained in:
@@ -58,6 +58,9 @@ ii_check_venv() {
|
|||||||
ii_check_quickshell_version() {
|
ii_check_quickshell_version() {
|
||||||
pacman -Q | grep -E 'quickshell|qt6-base'
|
pacman -Q | grep -E 'quickshell|qt6-base'
|
||||||
}
|
}
|
||||||
|
ii_check_PKGBUILD_version() {
|
||||||
|
pacman -Q | grep '^illogical-impulse-'
|
||||||
|
}
|
||||||
|
|
||||||
e "Checking git repo info"
|
e "Checking git repo info"
|
||||||
x git remote get-url origin
|
x git remote get-url origin
|
||||||
@@ -88,6 +91,7 @@ x ls -l ~/.local/state/quickshell/.venv
|
|||||||
e "Checking versions"
|
e "Checking versions"
|
||||||
x Hyprland --version
|
x Hyprland --version
|
||||||
x ii_check_quickshell_version
|
x ii_check_quickshell_version
|
||||||
|
x ii_check_PKGBUILD_version
|
||||||
|
|
||||||
e "Finished. Output saved as \"$output_file\"."
|
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
|
if ! command -v curl 2>&1 >>/dev/null ;then echo "\"curl\" not found, pastebin upload unavailable.";exit;fi
|
||||||
|
|||||||
Reference in New Issue
Block a user