From 46c1bae5ffa6dc39fd952277947f4f86e017485e Mon Sep 17 00:00:00 2001 From: "zacharias@4zellen.se" Date: Thu, 12 Feb 2026 23:42:32 +0100 Subject: [PATCH] fixed an issue in the GE download part of the script --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 151220c..602d512 100755 --- a/install.sh +++ b/install.sh @@ -116,7 +116,6 @@ if [[ $GET_PROTON -eq 1 ]] then exit 1 fi fi - cd "$work_dir" echo "Extracting $tarball_name to the Steam compatibility tools folder..." tar -xf $tarball_name -C $STEAM_CUTOM_PROTON_PATH @@ -131,6 +130,8 @@ if [[ $GET_PROTON -eq 1 ]] then echo "The newly downloaded Proton failed" exit 1 fi + + cd "$work_dir" elif [[ "$answer" == "n" || "$answer" == "no" || "$answer" == "N" ]] then echo "Please install proton thru other means." exit 1