install powershell verb

This commit is contained in:
the-sane 2024-09-02 18:22:35 -04:00
parent 48d169925f
commit b57e1ccaa8

View File

@ -2425,7 +2425,7 @@ install_game_wine() {
fi fi
# Run the installer # 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." message info "Installation has completed! See terminal output for details."
fi fi