aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-04-04 15:48:30 -0400
committerIan Moffett <ian@osmora.org>2024-04-04 15:48:30 -0400
commitf78c52a09994d281e043110d01049cbfe393e5ac (patch)
tree565437e8cf9f86f8f1b80ef91f877aa99d7c5649
parent2e70f0e100e61ec7b26be2d43a6cd0d7601bfefc (diff)
build: Use Limine 6.x
Signed-off-by: Ian Moffett <ian@osmora.org>
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
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() {