diff options
author | Ian Moffett <ian@osmora.org> | 2024-04-04 15:48:30 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-04-04 15:48:30 -0400 |
commit | f78c52a09994d281e043110d01049cbfe393e5ac (patch) | |
tree | 565437e8cf9f86f8f1b80ef91f877aa99d7c5649 | |
parent | 2e70f0e100e61ec7b26be2d43a6cd0d7601bfefc (diff) |
build: Use Limine 6.x
Signed-off-by: Ian Moffett <ian@osmora.org>
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ try_fetch() { } fetch() { - try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1" "stand/limine" + try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v6.x-branch-binary --depth=1" "stand/limine" } build_limine() { |