From 4ce985b26ec0058c8b1ebea50a9e843a57c93720 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Sun, 24 Sep 2023 09:44:22 +0000 Subject: [PATCH] Update setup-linux.sh --- setup-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-linux.sh b/setup-linux.sh index b5b7c0a..0a542c0 100755 --- a/setup-linux.sh +++ b/setup-linux.sh @@ -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