fix fedora install-deps crashing on hyprland-qt-support step (#2406)

This commit is contained in:
Celestial.y
2025-11-09 07:38:43 +08:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ v sudo dnf install --setopt="install_weak_deps=False" "${hyprland_deps[@]}" -y
# The hyprland-qt-support's GitHub repository requires Qt 6.6 or higher, which I think makes DNF's requirement of Qt 6.9 too strict; it should also support Qt 6.10.
# On distro like Arch Linux, `hyprland-qtutils` and `hyprland-qt-support` are in dependency chain already so no need to add them as deps explicitly;
# However on Fedora, if this package is not installed, a yellow warning⚠️ will appear every time you log in to Hyprland.
v dnf download hyprland-qt-support && sudo rpm -ivh --nodeps hyprland-qt-support-*.fc$(rpm -E %fedora).$(uname -m).rpm
v dnf download hyprland-qt-support && v sudo rpm -ivh --nodeps hyprland-qt-support-*.fc$(rpm -E %fedora).$(uname -m).rpm
v sudo dnf install hyprland-qtutils -y
# KDE