From 3c0335f7be3deb4647817a04f9a4d9d1372200a3 Mon Sep 17 00:00:00 2001 From: sigsegv7 Date: Tue, 26 Sep 2023 19:20:16 -0400 Subject: build: Use limine v5.x Signed-off-by: sigsegv7 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 13affeb..9c4ad77 100755 --- a/bootstrap +++ b/bootstrap @@ -15,7 +15,7 @@ try_fetch() { } fetch() { - try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v4.x-branch-binary --depth=1" "stand/limine" + try_fetch "git clone https://github.com/limine-bootloader/limine.git --branch=v5.x-branch-binary --depth=1" "stand/limine" } build_limine() { -- cgit v1.2.3