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
|
||||
|
|
2
dotfiles
2
dotfiles
|
@ -1 +1 @@
|
|||
Subproject commit 5e49d472464f0d4a1e241969727e229c5308b797
|
||||
Subproject commit 830c381914afbed568173b7736df1b516890053c
|
Loading…
Reference in a new issue