mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 20:12:30 +01:00
add wine to arch linux deps (#233)
This commit is contained in:
parent
c8d11afc54
commit
478a66cc00
@ -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)
|
# Upgrade existing packages (note: no --noconfirm)
|
||||||
sudo pacman -Syu || exit 1
|
sudo pacman -Syu || exit 1
|
||||||
|
|
||||||
# Install dependencies
|
# 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 || exit 1
|
sudo pacman -S --noconfirm --needed git python python-pip python-setuptools base-devel zlib libyaml ninja wine || exit 1
|
||||||
python3 -m pip install -U -r requirements.txt
|
python3 -m pip install -U -r requirements.txt
|
||||||
|
|
||||||
# Install binutils if required
|
# Install binutils if required
|
||||||
|
Loading…
Reference in New Issue
Block a user