fix: arch setup

This commit is contained in:
2025-08-25 11:21:10 +01:00
parent fda1587ca1
commit 2f644336f5
6 changed files with 9 additions and 72 deletions

View File

@@ -11,11 +11,7 @@ if ! command -v az &>/dev/null; then
# https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
elif command -v pacman >/dev/null 2>&1; then
if command -v yay >/dev/null 2>&1; then
yay -S --noconfirm azure-cli-bin || log_warn "AUR install failed for azure-cli-bin"
else
log_warn "Skipping Azure CLI: no AUR helper found"
fi
sudo pacman -S --noconfirm azure-cli &>/dev/null
else
log_warn "Skipping Azure CLI install: no supported package manager found"
fi