Added wine-setup script

This commit is contained in:
2024-01-03 22:03:12 +00:00
parent 1c90208ecd
commit f8f6d57f69
5 changed files with 5 additions and 0 deletions

5
scripts/wine-setup.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /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' ' ')