forked from CastroFidel/PortWINE
Proton files embedded
This commit is contained in:
12
data_from_portwine/scripts/winetricks-q-force
Executable file
12
data_from_portwine/scripts/winetricks-q-force
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Author: PortWINE-Linux.ru
|
||||
|
||||
. "$(dirname "`readlink -f "$0"`")"/runlib
|
||||
rm -f ${link}/winetricks
|
||||
"/usr/bin/xterm" -e wget -T 3 --output-document="${link}/winetricks" https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
|
||||
chmod +x "${link}/winetricks"
|
||||
sed -i '2a . $(dirname $(readlink -f "$0"))/runlib\nSTART_PORTWINE\nexport WINELOADER="${PORT_WINE_PATH}/data/wine/bin/wine" ' "${link}/winetricks"
|
||||
sleep 1
|
||||
export WINEDEBUG=""
|
||||
"/usr/bin/xterm" -e "sh ${link}/winetricks -q --force"
|
||||
STOP_PORTWINE
|
Reference in New Issue
Block a user