From e8e167718a8d0a2ee246da69c4b0d1c631684130 Mon Sep 17 00:00:00 2001 From: DannyAAM Date: Thu, 27 Feb 2025 03:42:30 +0800 Subject: [PATCH] got --- docs/public/gm9_scripts/uninstall_hax.gm9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public/gm9_scripts/uninstall_hax.gm9 b/docs/public/gm9_scripts/uninstall_hax.gm9 index 993d480a7f..ea0b33c5ad 100755 --- a/docs/public/gm9_scripts/uninstall_hax.gm9 +++ b/docs/public/gm9_scripts/uninstall_hax.gm9 @@ -63,14 +63,14 @@ if allow -a S: cp -n $[NATIVE_FIRM] S:/firm0.bin shaget S:/firm0.bin@0:200 FIRM0_HDR_HASH if chk -u $[FIRM0_HDR_HASH] $[NFIRM_HDR_HASH] - echo "FIRM0 get corrupted during uninstallation! Aborting!" + echo "FIRM0 got corrupted during uninstallation! Aborting!" goto Exit end verify S:/firm0.bin cp -n $[NATIVE_FIRM] S:/firm1.bin shaget S:/firm1.bin@0:200 FIRM1_HDR_HASH if chk -u $[FIRM1_HDR_HASH] $[NFIRM_HDR_HASH] - echo "FIRM1 get corrupted during uninstallation! Aborting!" + echo "FIRM1 got corrupted during uninstallation! Aborting!" goto Exit end verify S:/firm1.bin