fixed an issue in the GE download part of the script

This commit is contained in:
2026-02-12 23:41:15 +01:00
parent 2b758153a8
commit e7e048a887

View File

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