Skip to content

Commit

Permalink
Fix issue with Ti82 patchwork
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Oct 9, 2020
1 parent 4651704 commit ca1a74f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# purge-wrangler.sh
# Author(s): Mayank Kumar (mayankk2308, github.com / mac_editor, egpu.io)
# License: Specified in LICENSE.md.
# Version: 6.3.1
# Version: 6.3.2

# ----- ENVIRONMENT

Expand Down Expand Up @@ -32,7 +32,7 @@ is_bin_call=0
call_script_file=""

# Script version
script_major_ver="6" && script_minor_ver="3" && script_patch_ver="1"
script_major_ver="6" && script_minor_ver="3" && script_patch_ver="2"
script_ver="${script_major_ver}.${script_minor_ver}.${script_patch_ver}"
latest_script_data=""
latest_release_dwld=""
Expand Down Expand Up @@ -65,7 +65,7 @@ hex_nvda_clamshell_patch="F0810D790A0300000000008B35730A0300"
old_hex_skipenum="554889E54157415641554154534881EC2801"
old_hex_skipenum_patch="554889E531C05DC341554154534881EC2801"
hex_skipenum="554889E54157415641554154534881EC38010000"
hex_skipenum_patch="554889E531C08FC548CB4154534881EC38010000"
hex_skipenum_patch="554889E531C05DC341554154534881EC38010000"

# Patch status indicators
amdlegacy_enabled=2
Expand Down

0 comments on commit ca1a74f

Please sign in to comment.