Re-add version lock for quickshell-git. (#2414)

This commit is contained in:
Celestial.y
2025-11-10 19:23:55 +08:00
committed by GitHub
+8 -1
View File
@@ -12,6 +12,9 @@ case $SKIP_SYSUPDATE in
*) v sudo dnf upgrade --refresh -y;;
esac
# Remove version lock
v sudo dnf versionlock delete quickshell-git 2>/dev/null
# Development-tools installation
v sudo dnf install @development-tools fedora-packager rpmdevtools fonts-rpm-macros qt6-rpm-macros -y
@@ -115,5 +118,9 @@ install_RPMS() {
showfun install_RPMS
v install_RPMS
# hyprland-qtutils depends on hyprland-qt-support
v sudo dnf install hyprland-qtutils -y
v sudo dnf install hyprland-qtutils -y
# Add back versionlock at the end
v sudo dnf versionlock add quickshell-git