Files
CometOS/get_limine.sh

5 lines
212 B
Bash
Raw Normal View History

2026-07-14 08:46:22 +10:00
# Download the latest Limine binary release.
curl -L https://github.com/Limine-Bootloader/Limine/releases/latest/download/limine-binary.tar.gz | gunzip | tar -xf -
# Build "limine" utility.
make -C limine-binary