Updated install_nvda.sh to use the internal winetricks.
This commit is contained in:
parent
39bd8b4f62
commit
433b195ba5
@ -3,8 +3,9 @@
|
|||||||
export DISPLAY=${DISPLAY:-:0}
|
export DISPLAY=${DISPLAY:-:0}
|
||||||
export WINEARCH=win32
|
export WINEARCH=win32
|
||||||
export WINEPREFIX=~/.local/wine/${1:-nvda}
|
export WINEPREFIX=~/.local/wine/${1:-nvda}
|
||||||
|
export winetricksPath="${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager"
|
||||||
|
|
||||||
winetricks msaa riched20 riched30 win7
|
${winetricksPath}winetricks msaa riched20 riched30 win7
|
||||||
|
|
||||||
[[ -f ~/Downloads/nvda_2017.3.exe ]] || wget -O ~/Downloads/nvda_2017.3.exe https://www.nvaccess.org/download/nvda/releases/2017.3/nvda_2017.3.exe
|
[[ -f ~/Downloads/nvda_2017.3.exe ]] || wget -O ~/Downloads/nvda_2017.3.exe https://www.nvaccess.org/download/nvda/releases/2017.3/nvda_2017.3.exe
|
||||||
wine ~/Downloads/nvda_2017.3.exe
|
wine ~/Downloads/nvda_2017.3.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user