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]: "