From ff91f6581883199d92fca65560b319087d479bbb Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Sat, 4 Nov 2023 18:44:02 -0700 Subject: [PATCH] fixed Ubisoft Connect --- NonSteamLaunchers.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 73ae1eb..c22ea85 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -152,15 +152,15 @@ fi if [[ -f "$uplay_path1" ]]; then # Uplay is installed in path 1 uplay_value="FALSE" - uplay_text="Uplay ===> $uplay_path1" + uplay_text="Ubisoft Connect ===> $uplay_path1" elif [[ -f "$uplay_path2" ]]; then # Uplay is installed in path 2 uplay_value="FALSE" - uplay_text="Uplay ===> $uplay_path2" + uplay_text="Ubisoft Connect ===> $uplay_path2" else # Uplay is not installed uplay_value="FALSE" - uplay_text="Uplay" + uplay_text="Ubisoft Connect" fi # Check if Battle.net is installed @@ -1421,7 +1421,7 @@ exe_file=${logged_in_home}/Downloads/NonSteamLaunchersInstallation/GOG_Galaxy_2. ubi_url=https://ubi.li/4vxt9 # Set the path to save the third file to -ubi_file=${logged_in_home}/Downloads/NonSteamLaunchersInstallation/UplayInstaller.exe +ubi_file=${logged_in_home}/Downloads/NonSteamLaunchersInstallation/UbisoftConnectInstaller.exe # Set the URL to download the fourth file from origin_url=https://origin-a.akamaihd.net/Origin-Client-Download/origin/live/OriginThinSetup.exe @@ -1647,7 +1647,7 @@ echo "50" echo "# Downloading & Installing Uplay ...please wait..." # Check if user selected Uplay -if [[ $options == *"Uplay"* ]]; then +if [[ $options == *"Ubisoft Connect"* ]]; then # User selected Uplay echo "User selected Uplay" @@ -1675,7 +1675,7 @@ if [[ $options == *"Uplay"* ]]; then # Download UBI file if [ ! -f "$ubi_file" ]; then echo "Downloading UBI file" - wget $ubi_url -O $ubi_file + wget --no-check-certificate $ubi_url -O $ubi_file fi # Run the UBI file using Proton with the /passive option