Revert "add wine to arch linux deps (#233)" (#237)

This reverts commit 478a66cc00.
This commit is contained in:
Ethan Roseman 2021-03-28 13:46:49 +09:00 committed by GitHub
parent 896639da49
commit 61d19b169f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ if cat /etc/os-release | grep -E 'ID=arch|ID_LIKE=arch' &> /dev/null; then
# Upgrade existing packages (note: no --noconfirm)
sudo pacman -Syu || exit 1
# Install dependencies (note: multilib must be enabled in /etc/pacman.conf)
sudo pacman -S --noconfirm --needed git python python-pip python-setuptools base-devel zlib libyaml ninja wine || exit 1
# Install dependencies
sudo pacman -S --noconfirm --needed git python python-pip python-setuptools base-devel zlib libyaml ninja || exit 1
python3 -m pip install -U -r requirements.txt
# Install binutils if required