Add OPENCORE_IMAGE_MAKER_URL and MASTER_PLIST_URL overrides

This commit is contained in:
sickcodes 2021-12-01 08:25:49 +00:00
parent d0499f448e
commit 824f4eeec4
2 changed files with 5 additions and 4 deletions

View file

@ -51,8 +51,9 @@ Project: https://github.com/sickcodes/osx-serial-generator/
License: GPLv3+
"
OPENCORE_IMAGE_MAKER_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/opencore-image-ng.sh'
MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist'
OPENCORE_IMAGE_MAKER_URL="${OPENCORE_IMAGE_MAKER_URL:='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/opencore-image-ng.sh'}"
MASTER_PLIST_URL="${MASTER_PLIST_URL:='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist'}"
# gather arguments
while (( "$#" )); do

View file

@ -56,8 +56,8 @@ Project: https://github.com/sickcodes/osx-serial-generator/
License: GPLv3+
"
OPENCORE_IMAGE_MAKER_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/opencore-image-ng.sh'
MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist'
OPENCORE_IMAGE_MAKER_URL="${OPENCORE_IMAGE_MAKER_URL:='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/opencore-image-ng.sh'}"
MASTER_PLIST_URL="${MASTER_PLIST_URL:='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist'}"
# gather arguments
while (( "$#" )); do