make sure git is installed before installing yay in installer
parent
7136c2d005
commit
1e6a38298f
|
@ -49,10 +49,10 @@ enable_repos() {
|
||||||
enable_repo community mirrorlist-arch
|
enable_repo community mirrorlist-arch
|
||||||
enable_repo multilib mirrorlist-arch
|
enable_repo multilib mirrorlist-arch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sudo pacman -Sy
|
sudo pacman -Sy
|
||||||
|
|
||||||
|
sudo pacman -S git fakeroot
|
||||||
|
|
||||||
#install yay for aur support
|
#install yay for aur support
|
||||||
mkdir -p ~/.local/src/
|
mkdir -p ~/.local/src/
|
||||||
git clone https://aur.archlinux.org/yay.git ~/.local/src/yay/
|
git clone https://aur.archlinux.org/yay.git ~/.local/src/yay/
|
||||||
|
|
Loading…
Reference in New Issue