From 61d19b169fa982478ef2b648cdc26d64f6a5a60a Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Sun, 28 Mar 2021 13:46:49 +0900 Subject: [PATCH] Revert "add wine to arch linux deps (#233)" (#237) This reverts commit 478a66cc00def11cc3dcf01e1a198d74777c7a85. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index edf9491f55..9570270f39 100755 --- a/install.sh +++ b/install.sh @@ -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