From b57e1ccaa825186d2d8953a171652956ae8b4bed Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:22:35 -0400 Subject: [PATCH] install powershell verb --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index f1e12ef..45dc9ad 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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