From 31887aff6afa48a1e53fbf6a0f69d6e43a828c7b Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Fri, 3 May 2024 20:55:27 -0500 Subject: [PATCH] Added commit on the checks --- steam_download_speed_fix.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/steam_download_speed_fix.sh b/steam_download_speed_fix.sh index 579630a..eaeaa9d 100755 --- a/steam_download_speed_fix.sh +++ b/steam_download_speed_fix.sh @@ -5,7 +5,7 @@ config="steam_dev.cfg" echo "Running Steam download fix" echo "Checking for native install." - +# Run check to see if native install exists if [ -d "$HOME/.steam/steam/" ] then echo "Native Steam installation was detected. Do you want to continue?" @@ -17,6 +17,8 @@ then done else echo "Native Steam installation was not detected. Checking for Flatpak." + +# Run check to see if Flatpak install exists if [ -d "$HOME/.var/app/com.valvesoftware.Steam/.steam/steam/" ] then echo "Flatpak Steam install was detected. Do you want to continue with the fix?"