From b505d847dc81fb5ba68a1ec3f38117ff3b8dcb9c Mon Sep 17 00:00:00 2001 From: marcsadler <146946010+marcsadler@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:20:13 +1100 Subject: keyd on Arch is now packaged in the official repo For Arch, install keyd from repo instead of AUR --- install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1481726..23488d1 100755 --- a/install.sh +++ b/install.sh @@ -38,9 +38,6 @@ if ! [ -f /usr/bin/keyd ]; then deb) $privesc apt install -y build-essential git &>> pkg.log ;; - arch) - $privesc pacman -S --noconfirm base-devel git &>> pkg.log - ;; fedora) [ ! $FEDORA_HAS_KEYD -eq 1 ] && $privesc dnf groupinstall -y "Development Tools" "Development Libraries" &>> pkg.log ;; @@ -52,10 +49,7 @@ if ! [ -f /usr/bin/keyd ]; then $privesc zypper --non-interactive install keyd &>> pkg.log ;; arch) - git clone https://aur.archlinux.org/keyd.git &>> pkg.log - cd keyd - makepkg -si --noconfirm &>> pkg.log - cd .. + $privesc pacman -S --noconfirm keyd &>> pkg.log ;; alpine) $privesc apk add --no-interactive keyd &>> pkg.log -- cgit 1.4.1-2-gfad0