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

@@ -10,7 +10,7 @@ if ! command -v neofetch &>/dev/null; then
if command -v apt-get >/dev/null 2>&1; then
sudo apt-get install -qq neofetch &>/dev/null
elif command -v pacman >/dev/null 2>&1; then
sudo pacman -S --noconfirm neofetch &>/dev/null
yay -S --noconfirm neofetch &>/dev/null
else
log_warn "Skipping neofetch install: no supported package manager found"
fi