mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
Update arch dependencies in install (#1390)
Co-authored-by: Dragoon Dorise <rodrigosedano@me.com>
This commit is contained in:
parent
c69f6f93f8
commit
2bf8b58c61
@ -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[@]}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user