Skip to content

Instantly share code, notes, and snippets.

@TrudeEH
Created January 1, 2024 15:05
Show Gist options
  • Save TrudeEH/32d9ab4a0f93f9d95e16e3249bcdec2c to your computer and use it in GitHub Desktop.
Save TrudeEH/32d9ab4a0f93f9d95e16e3249bcdec2c to your computer and use it in GitHub Desktop.
wine-setup.sh
#! /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