Fix dnf install command in install.sh

This commit is contained in:
Winston
2026-08-14 11:53:34 +07:00
committed by GitHub
parent a0e9672c45
commit 07c8df08c6
+1 -1
View File
@@ -32,7 +32,7 @@ install_deps() {
apt-get install -y "${DEPS[@]}" apt-get install -y "${DEPS[@]}"
;; ;;
dnf) dnf)
dnf install -y "${DEPS[@]} python3-dnf-plugin-post-transaction-actions" dnf install -y "${DEPS[@]}" python3-dnf-plugin-post-transaction-actions
;; ;;
pacman) pacman)
pacman -Sy --needed --noconfirm "${DEPS[@]}" pacman -Sy --needed --noconfirm "${DEPS[@]}"