From 15e737cfcbf75f4fb3840639b7fe74e7a63b249d Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:20:57 -0400 Subject: [PATCH] unattended winetricks --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 00235e6..b7947e8 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2578,7 +2578,7 @@ install_game_wine() { # Install powershell debug_print continue "Installing dxvk and powershell. Please wait, this may take a moment..." - winetricks dxvk powershell >>"$tmp_install_log" 2>&1 + winetricks -q dxvk powershell >>"$tmp_install_log" 2>&1 # Run the installer debug_print continue "Installing the launcher. Please wait, this may take a moment..."