chore: fix ci
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
pacman_packages=(
|
||||
ca-certificates
|
||||
curl
|
||||
git
|
||||
gnupg
|
||||
wget
|
||||
base-devel
|
||||
@@ -21,4 +22,13 @@ sudo pacman -S --noconfirm --needed "${pacman_packages[@]}"
|
||||
|
||||
unset pacman_packages
|
||||
|
||||
# Install yay (AUR helper)
|
||||
if ! command -v yay &>/dev/null; then
|
||||
log_info "Installing yay..."
|
||||
git clone https://aur.archlinux.org/yay.git /tmp/yay
|
||||
(cd /tmp/yay && makepkg -si --noconfirm)
|
||||
rm -rf /tmp/yay
|
||||
fi
|
||||
|
||||
pacman --version
|
||||
yay --version
|
||||
|
||||
Reference in New Issue
Block a user