Better install messages

This commit is contained in:
the-sane 2024-09-26 17:04:45 -04:00
parent e6479bf310
commit e242349c58

View File

@ -2577,11 +2577,11 @@ install_game_wine() {
wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N /f >"$tmp_install_log" 2>&1 wine reg add "HKEY_CURRENT_USER\Software\Wine\FileOpenAssociations" /v Enable /d N /f >"$tmp_install_log" 2>&1
# Install powershell # Install powershell
debug_print continue "Installing dxvk and powershell, please wait..." debug_print continue "Installing dxvk and powershell. Please wait, this may take a moment..."
winetricks dxvk powershell >>"$tmp_install_log" 2>&1 winetricks dxvk powershell >>"$tmp_install_log" 2>&1
# Run the installer # Run the installer
debug_print continue "Installing the launcher, please wait..." debug_print continue "Installing the launcher. Please wait, this may take a moment..."
wine "$tmp_dir/$rsi_installer" /S >>"$tmp_install_log" 2>&1 wine "$tmp_dir/$rsi_installer" /S >>"$tmp_install_log" 2>&1
if [ "$?" -eq 1 ]; then if [ "$?" -eq 1 ]; then