Fix gpg & install yay
This commit is contained in:
parent
8e587ee2ce
commit
d8b08a1b6e
2 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,12 @@ if command_exists "apt-get"; then
|
|||
elif command_exists "yum"; then
|
||||
;
|
||||
elif command_exists "pacman"; then
|
||||
;
|
||||
WD=$(pwd)
|
||||
pacman -S --needed git base-devel
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay
|
||||
makepkg -si
|
||||
cd $WD
|
||||
elif command_exists "zypp"; then
|
||||
# Untested
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue