Merge pull request #567 from LAbyOne/buildme

buildme
This commit is contained in:
Sergey 2022-10-19 21:25:22 +03:00 committed by GitHub
commit 93002679fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# CloverBootloader
Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
# Features
@ -24,3 +25,14 @@ Bootloader for macOS, Windows and Linux in UEFI and in legacy mode
- Create Clover boot entry in NVRAM with tool from GUI
- Launch EFI command shell from GUI
- Startup sound controlled by **F8** and checked by **F7**
# Building from Source
`mkdir -p $HOME/src && cd $HOME/src`
`git clone -q https://github.com/CloverHackyColor/CloverBootloader`
`cd CloverBootloader && git submodule update --init --recursive`
`cd OpenCorePkg && git checkout master && git pull`
#

View File

@ -645,14 +645,14 @@ Utilities
menu() {
echo
echo -e $COL_GREEN" ------------------------------------------------------------------------------"
if [[ ! -x "/usr/local/bin/pip3" ]]; then
if [[ ! -x "/usr/local/bin/python3" ]]; then
echo -e " ${pynone}"
fi
echo -e "$COL_GREEN 🍀 Clover r${revision}$COL_WHITE (SHA: $lsha1)"
echo -e "$COL_CYAN TOOLCHAIN: $MYTOOLCHAIN (override example: './buildme XCODE8')"
if [[ -x "/usr/local/bin/pip3" ]]; then
if [[ -x "/usr/local/bin/python3" ]]; then
echo -e $COL_GREEN" ------------------- ${pyversion}$COL_GREEN ------------------ "$COL_RESET
echo -e "\n\n\n\n\n\n\n\n"
echo -e "\n\n\n\n\n\n\n\n"
else
echo -e $COL_GREEN" ------------------------------------------------------------------------------"$COL_RESET
echo -e "\n\n\n\n\n\n\n"