5 lines
83 B
Text
5 lines
83 B
Text
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p /boot/EFI/BOOT
|
||
|
cp /usr/share/limine/BOOTX64.EFI /boot/EFI/BOOT
|