diff options
| author | sickcodes <[email protected]> | 2021-02-27 07:05:22 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-27 07:05:43 +0000 |
| commit | a9e8821a067dc003ea47eb27acb07b7c4c93264f (patch) | |
| tree | 2328bdb8966d9351189e8eb54d53b37b13d1cba5 /custom/generate-unique-machine-values.sh | |
| parent | Merge pull request #155 from sickcodes/custom-identity (diff) | |
| download | docker-osx-a9e8821a067dc003ea47eb27acb07b7c4c93264f.tar.xz docker-osx-a9e8821a067dc003ea47eb27acb07b7c4c93264f.zip | |
Update helm chart to include link back to OG project. Dissolve testing branch references in favor of master.
Diffstat (limited to 'custom/generate-unique-machine-values.sh')
| -rwxr-xr-x | custom/generate-unique-machine-values.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/generate-unique-machine-values.sh b/custom/generate-unique-machine-values.sh index 4b2409a..2248005 100755 --- a/custom/generate-unique-machine-values.sh +++ b/custom/generate-unique-machine-values.sh @@ -183,8 +183,8 @@ download_qcow_efi_folder () { generate_serial_sets () { - [[ -e ./config-nopicker-custom.plist ]] || wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/custom-identity/custom/config-nopicker-custom.plist - [[ -e ./opencore-image-ng.sh ]] || wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/custom-identity/custom/opencore-image-ng.sh && chmod +x opencore-image-ng.sh + [[ -e ./config-nopicker-custom.plist ]] || wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist + [[ -e ./opencore-image-ng.sh ]] || wget https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/opencore-image-ng.sh && chmod +x opencore-image-ng.sh mkdir -p "${OUTPUT_DIRECTORY}/envs" export DATE_NOW="$(date +%F-%T)" export DEVICE_MODEL="${DEVICE_MODEL:=iMacPro1,1}" |