Documentation update.

This commit is contained in:
2024-01-07 23:05:33 +00:00
parent ab9319de39
commit 1642810198
4 changed files with 4 additions and 4 deletions

5
scripts/arch-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' ' ')