Fix AUR install

This commit is contained in:
crschnick 2023-07-20 14:14:08 +00:00
parent 3d2f5b4adf
commit 15e2986577

View file

@ -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