Update setup-linux.sh

This commit is contained in:
2023-09-24 09:44:22 +00:00
parent b44dd9785b
commit 4ce985b26e

View File

@@ -247,7 +247,7 @@ function install_openrazer() {
sudo rpm -e gpg-pubkey-d6d11ce4-5418547d
sudo dnf in --nogpgcheck polychromatic -y
elif [[ $DISTRO == "arch" ]]; then
sudo pacman -S --needed polychromatic openrazer-meta --noconfirm
sudo pacman -S --needed polychromatic openrazer-daemon --noconfirm
fi
sudo gpasswd -a "$USER" plugdev
fi