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