mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Fix AUR install
This commit is contained in:
parent
3d2f5b4adf
commit
15e2986577
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue