Fix pacman
This commit is contained in:
parent
5461f1799c
commit
7dc39d0fb0
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ elif command_exists "yum"; then
|
|||
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
elif command_exists "pacman"; then
|
||||
WD=$(pwd)
|
||||
pacman -S --needed git base-devel
|
||||
sudo pacman -S --noconfirm --needed git base-devel
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay
|
||||
makepkg -si
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue