Created
January 1, 2024 15:05
-
-
Save TrudeEH/32d9ab4a0f93f9d95e16e3249bcdec2c to your computer and use it in GitHub Desktop.
wine-setup.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
sudo pacman -Syu | |
sudo pacman -S wine wine-mono wine-gecko | |
sudo pacman -S --asdeps --needed $(pacman -Si wine | sed -n '/^Opt/,/^Conf/p' | sed '$d' | sed 's/^Opt.*://g' | sed 's/^\s*//g' | tr '\n' ' ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment