aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorsigsegv7 <ian@vegaa.systems>2023-09-26 19:20:16 -0400
committersigsegv7 <ian@vegaa.systems>2023-09-26 19:20:16 -0400
commit3c0335f7be3deb4647817a04f9a4d9d1372200a3 (patch)
tree170c92769bb58743b0bf370153deef02117ab9c2 /bootstrap
parent608414ad2679d26d689e32e24ae6b2267cb49bb7 (diff)
build: Use limine v5.x
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
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() {