make sure git is installed before installing yay in installer

chromebook
Alex 2022-06-11 21:12:19 -05:00
parent 7136c2d005
commit 1e6a38298f
1 changed files with 2 additions and 2 deletions

View File

@ -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/