remove KILL9_WINEDEVICE

This commit is contained in:
Castro-Fidel
2020-06-05 07:22:44 +03:00
parent 60c64d48ac
commit 1dc085cfde
4 changed files with 5 additions and 17 deletions

View File

@ -8,5 +8,5 @@ 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"
"/usr/bin/xterm" -e "sh ${link}/winetricks -q --force"
STOP_PORTWINE