mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2025-12-16 04:09:11 +00:00
Add OPENCORE_IMAGE_MAKER_URL and MASTER_PLIST_URL overrides
This commit is contained in:
parent
d0499f448e
commit
824f4eeec4
@ -51,8 +51,9 @@ Project: https://github.com/sickcodes/osx-serial-generator/
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
"
|
"
|
||||||
|
|
||||||
OPENCORE_IMAGE_MAKER_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/opencore-image-ng.sh'
|
OPENCORE_IMAGE_MAKER_URL="${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'
|
MASTER_PLIST_URL="${MASTER_PLIST_URL:='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist'}"
|
||||||
|
|
||||||
|
|
||||||
# gather arguments
|
# gather arguments
|
||||||
while (( "$#" )); do
|
while (( "$#" )); do
|
||||||
|
|||||||
@ -56,8 +56,8 @@ Project: https://github.com/sickcodes/osx-serial-generator/
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
"
|
"
|
||||||
|
|
||||||
OPENCORE_IMAGE_MAKER_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/opencore-image-ng.sh'
|
OPENCORE_IMAGE_MAKER_URL="${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'
|
MASTER_PLIST_URL="${MASTER_PLIST_URL:='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-nopicker-custom.plist'}"
|
||||||
|
|
||||||
# gather arguments
|
# gather arguments
|
||||||
while (( "$#" )); do
|
while (( "$#" )); do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user