Documentation update.
This commit is contained in:
5
scripts/arch-wine-setup.sh
Executable file
5
scripts/arch-wine-setup.sh
Executable 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' ' ')
|
||||
Reference in New Issue
Block a user