Added wine-setup script
This commit is contained in:
0
install.sh
Normal file → Executable file
0
install.sh
Normal file → Executable file
0
scripts/codeAI-ollama.sh
Normal file → Executable file
0
scripts/codeAI-ollama.sh
Normal file → Executable file
0
scripts/maintenance.sh
Normal file → Executable file
0
scripts/maintenance.sh
Normal file → Executable file
0
scripts/open-ports.sh
Normal file → Executable file
0
scripts/open-ports.sh
Normal file → Executable file
5
scripts/wine-setup.sh
Executable file
5
scripts/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