Fix pacman

This commit is contained in:
askiiart 2023-10-13 08:48:18 -05:00
parent 5461f1799c
commit 7dc39d0fb0
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 2 additions and 2 deletions

View file

@ -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 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 elif command_exists "pacman"; then
WD=$(pwd) WD=$(pwd)
pacman -S --needed git base-devel sudo pacman -S --noconfirm --needed git base-devel
git clone https://aur.archlinux.org/yay.git git clone https://aur.archlinux.org/yay.git
cd yay cd yay
makepkg -si makepkg -si

@ -1 +1 @@
Subproject commit 5e49d472464f0d4a1e241969727e229c5308b797 Subproject commit 830c381914afbed568173b7736df1b516890053c