diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-16 14:59:44 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-16 14:59:44 -0400 |
commit | f9a96c79b4bf027564add55ceb488a6428283e88 (patch) | |
tree | c5944ee50f19820d93827545fe72307655934067 /bootstrap | |
parent | 451631e73f59f0383425bcf19479814771e68879 (diff) |
boot: Upgrade to limine v9.x + add backdrop
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ prepare() { } fetch() { - try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v6.x-branch-binary --depth=1" "stand/limine" + try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1" "stand/limine" } build_limine() { |