aboutsummaryrefslogtreecommitdiff
path: root/custom/generate-unique-machine-values.sh
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-27 07:07:52 +0000
committerGitHub <[email protected]>2021-02-27 07:07:52 +0000
commit8fffd79f1688b450fd75a8a072d546222c360acd (patch)
tree2328bdb8966d9351189e8eb54d53b37b13d1cba5 /custom/generate-unique-machine-values.sh
parentMerge pull request #155 from sickcodes/custom-identity (diff)
parentUpdate helm chart to include link back to OG project. Dissolve testing branch... (diff)
downloaddocker-osx-8fffd79f1688b450fd75a8a072d546222c360acd.tar.xz
docker-osx-8fffd79f1688b450fd75a8a072d546222c360acd.zip
Merge pull request #157 from sickcodes/helm-updates
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-xcustom/generate-unique-machine-values.sh4
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}"