mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
This reverts commit 478a66cc00
.
This commit is contained in:
parent
896639da49
commit
61d19b169f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user