mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:24:23 +00:00
condense winetricks call
This commit is contained in:
parent
9240094e65
commit
f68a35c560
@ -2507,10 +2507,8 @@ install_game_wine() {
|
|||||||
# Run the installer
|
# Run the installer
|
||||||
debug_print continue "Preparing the wine prefix..."
|
debug_print continue "Preparing the wine prefix..."
|
||||||
WINEPREFIX="$install_dir" winecfg -v win11 2>"$tmp_install_log" &&
|
WINEPREFIX="$install_dir" winecfg -v win11 2>"$tmp_install_log" &&
|
||||||
debug_print continue "Installing dxvk..."
|
debug_print continue "Installing dxvk and powershell..."
|
||||||
WINEPREFIX="$install_dir" winetricks dxvk 2>>"$tmp_install_log"
|
WINEPREFIX="$install_dir" winetricks dxvk powershell 2>>"$tmp_install_log"
|
||||||
debug_print continue "Installing powershell..."
|
|
||||||
WINEPREFIX="$install_dir" winetricks powershell 2>>"$tmp_install_log"
|
|
||||||
debug_print continue "Launching the RSI Installer..."
|
debug_print continue "Launching the RSI Installer..."
|
||||||
WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer" 2>>"$tmp_install_log"
|
WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer" 2>>"$tmp_install_log"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user