blob: a26345073368af616f0ef19876316818cc6322c6 (
plain)
1
2
3
4
5
|
post_install() {
echo "Run \"hackbgrt-install\" to install HackBGRT to the ESP."
echo "Run \"hackbgrt-install 32\" to install the 32 bit version instead of the 64 bit version."
echo "This will configure HackBGRT to boot the bootloader used to boot this system."
}
|