Skip to content

Commit 0a54222

Browse files
Support for checkra1n 0.12.3 beta
1 parent f544f73 commit 0a54222

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ReleaseNotes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Support for checkra1n 0.12.3 beta
12
- Made all scripts (except odysseyra1n) POSIX compliant
23
- Switched from Bash to Dash because it's roughly 4x times faster according to the [ArchWiki](https://wiki.archlinux.org/index.php/Dash) (sh is a symlink to Dash on Debian)
34
- Slightly improved UI (menus resize to fit the screen, logos are centered, changed startup message, fixed shutdown logo)

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010

1111
# Change these variables to modify the version of checkra1n
12-
CHECKRA1N_AMD64='https://assets.checkra.in/downloads/linux/cli/x86_64/4bf2f7e1dd201eda7d6220350db666f507d6f70e07845b772926083a8a96cd2b/checkra1n'
13-
CHECKRA1N_I686='https://assets.checkra.in/downloads/linux/cli/i486/7926a90f4d0b73bdc514bd813e1443e4fc579e1674e34622b4bd1002a3322e0f/checkra1n'
12+
CHECKRA1N_AMD64='https://assets.checkra.in/downloads/linux/cli/x86_64/845bd19fb857e5546ba312e768ab42e8aeab7a34470b07f60a9892e92fe8273e/checkra1n'
13+
CHECKRA1N_I686='https://assets.checkra.in/downloads/linux/cli/i486/9f497cbb9ecffec91f5c534c53911c433a8cfee71e6e577aaa4a640f0ddb7cd4/checkra1n'
1414

1515
echo "\033[0;32m############################################"
1616
echo "\033[0;32m# #\033[0m"

0 commit comments

Comments
 (0)