Update arch dependencies in install (#1390)

Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
This commit is contained in:
Felix Altenberg 2025-02-27 08:44:56 +00:00 committed by GitHub
parent c69f6f93f8
commit 2bf8b58c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@ else
sudo apt-get -y install "${DEBIAN_DEPS[@]}"
elif command -v pacman >/dev/null; then
echo "Installing packages with pacman..."
ARCH_DEPS=(steam jq zenity flatpak unzip bash fuse2 git rsync whiptail python)
ARCH_DEPS=(steam jq zenity flatpak unzip bash fuse2 git rsync libnewt python)
sudo pacman --noconfirm -Syu
sudo pacman --noconfirm -S "${ARCH_DEPS[@]}"