aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-04-16 14:59:44 -0400
committerIan Moffett <ian@osmora.org>2025-04-16 14:59:44 -0400
commitf9a96c79b4bf027564add55ceb488a6428283e88 (patch)
treec5944ee50f19820d93827545fe72307655934067 /bootstrap
parent451631e73f59f0383425bcf19479814771e68879 (diff)
boot: Upgrade to limine v9.x + add backdrop
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 6186385..f9370ab 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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() {