From f78c52a09994d281e043110d01049cbfe393e5ac Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 4 Apr 2024 15:48:30 -0400 Subject: build: Use Limine 6.x Signed-off-by: Ian Moffett --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 9c4ad77..72b1647 100755 --- a/bootstrap +++ b/bootstrap @@ -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() { -- cgit v1.2.3