mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 16:34:21 +00:00
install powershell verb
This commit is contained in:
parent
48d169925f
commit
b57e1ccaa8
@ -2425,7 +2425,7 @@ install_game_wine() {
|
||||
fi
|
||||
|
||||
# Run the installer
|
||||
WINEPREFIX="$install_dir" winecfg -v win10 && WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer"
|
||||
WINEPREFIX="$install_dir" winecfg -v win10 && WINEPREFIX="$install_dir" winetricks powershell && WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer"
|
||||
|
||||
message info "Installation has completed! See terminal output for details."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user