Added sha1 to installer log (pkg)

This commit is contained in:
vectorsigma72 2020-04-27 17:34:14 +02:00
parent 5834434d93
commit 0df5a08bcf

View File

@ -57,7 +57,7 @@ export -f GetNVRamKey
# ---------------------------------------------
echo "" > "$install_log"
echo "Clover EFI installer log - $( date )" >> "$install_log"
echo "Installer version: r%CLOVERREVISION% EFI bootloader" >> "$install_log"
echo "Installer version: r%CLOVERREVISION% (commit: %CLOVERSHA1%) EFI bootloader" >> "$install_log"
echo "======================================================" >> "$install_log"
diskutil list >> "$install_log"