Updated README, install.sh

This commit is contained in:
EvilSupahFly
2025-12-30 22:39:15 -05:00
parent fe3ce4eba2
commit 2a33d9ba9e
2 changed files with 7 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ install_deps() {
apt-get install -y "${DEPS[@]}"
;;
dnf)
dnf install -y "${DEPS[@]}"
dnf install -y "${DEPS[@]} python3-dnf-plugin-post-transaction-actions"
;;
pacman)
pacman -Sy --needed --noconfirm "${DEPS[@]}"