From 15e298657716454ecdd590f5e220592783d9a9eb Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 20 Jul 2023 14:14:08 +0000 Subject: [PATCH] Fix AUR install --- get-xpipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-xpipe.sh b/get-xpipe.sh index a7149931..a946b7bd 100755 --- a/get-xpipe.sh +++ b/get-xpipe.sh @@ -190,7 +190,7 @@ if ! [ -x "$(command -v apt)" ] && ! [ -x "$(command -v rpm)" ] && [ -x "$(comma info "Installing from AUR" git clone "https://aur.archlinux.org/xpipe.git" /tmp/xpipe_aur cd "/tmp/xpipe_aur" - pkgbuild -si + makepkg -si exit 0 fi