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-specific-bootdisk.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-specific-bootdisk.sh')
| -rwxr-xr-x | custom/generate-specific-bootdisk.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/generate-specific-bootdisk.sh b/custom/generate-specific-bootdisk.sh index e87bf3c..76aff0c 100755 --- a/custom/generate-specific-bootdisk.sh +++ b/custom/generate-specific-bootdisk.sh @@ -138,8 +138,8 @@ download_qcow_efi_folder () { } generate_bootdisk () { - [[ -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 # plist required for bootdisks, so create anyway. if [[ "${DEVICE_MODEL}" ]] \ && [[ "${SERIAL}" ]] \ |