diff options
author | sigsegv7 <ian@vegaa.systems> | 2023-09-26 19:20:16 -0400 |
---|---|---|
committer | sigsegv7 <ian@vegaa.systems> | 2023-09-26 19:20:16 -0400 |
commit | 3c0335f7be3deb4647817a04f9a4d9d1372200a3 (patch) | |
tree | 170c92769bb58743b0bf370153deef02117ab9c2 /bootstrap | |
parent | 608414ad2679d26d689e32e24ae6b2267cb49bb7 (diff) |
build: Use limine v5.x
Signed-off-by: sigsegv7 <ian@vegaa.systems>
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |