From 47e786f3a2e601cb3ec573b196a4f766e0f77c06 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 17 Oct 2023 17:19:44 +0200 Subject: [PATCH] Add base-devel check for yay --- 1-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/1-install.sh b/1-install.sh index 646a5d3..2c43dbd 100755 --- a/1-install.sh +++ b/1-install.sh @@ -32,6 +32,7 @@ if sudo pacman -Qs yay > /dev/null ; then echo "yay is installed. You can proceed with the installation" else echo "yay is not installed. Will be installed now!" + _installPackagesPacman "base-devel"; git clone https://aur.archlinux.org/yay-git.git ~/yay-git cd ~/yay-git makepkg -si