From e7e048a8872038a69a2249bb0c35544441869a40 Mon Sep 17 00:00:00 2001 From: "zacharias@4zellen.se" Date: Thu, 12 Feb 2026 23:41:15 +0100 Subject: [PATCH] fixed an issue in the GE download part of the script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 29c36a4..151220c 100755 --- a/install.sh +++ b/install.sh @@ -104,7 +104,7 @@ if [[ $GET_PROTON -eq 1 ]] then } echo "Verifying tarball $tarball_name with checksum $checksum_name..." - work_dir=pwd + work_dir="$(pwd)" cd "$TMP_DIR" || exit 1 if ! sha512sum -c "$checksum_name" > /dev/null 2>&1; then echo "sha512 check failed. We discurage continuing with this, but we trust you [y/N]: "