From 3dd51ab8b26994668b3dff0fbbea2dc0ec6885f9 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:06:04 -0400 Subject: [PATCH] Update post install message --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 6f37b3f..aa497d5 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2398,7 +2398,7 @@ Path=$(echo $install_dir | sed 's/ /\\\s/g')/dosdevices/c:/Program\sFiles/Robert fi debug_print continue "Installation finished" - message info "Installation has finished. The install log was written to $tmp_install_log\n\nTo start the RSI Launcher, run the following launch script in a terminal\nEdit the environment variables in the script as needed:\n $installed_launch_script\n\nYou may also start the RSI Launcher using the following .desktop files:\n $home_desktop_file\n $localshare_desktop_file" + message info "Installation has finished. The install log was written to $tmp_install_log\n\nTo start the RSI Launcher, use the following .desktop files:\n $home_desktop_file\n $localshare_desktop_file\n\nOr run the following launch script:\n $installed_launch_script\n\nImportant:\nThe RSI Launcher will offer to install the game into C:\\\Program Files\\\...\nDo not change that path!" } # MARK: download_wine()