Remove envsubst to allow interactive QEMU using -i

This commit is contained in:
sickcodes
2021-03-28 10:17:47 +00:00
parent 95c7ee6792
commit 6243c33e47
2 changed files with 2 additions and 2 deletions

View File

@ -177,4 +177,4 @@ CMD sudo touch /dev/kvm /dev/snd "${IMAGE_PATH}" "${BOOTDISK}" "${ENV}" || true
--height "${HEIGHT:-1080}" \
--output-bootdisk "${BOOTDISK:=/home/arch/OSX-KVM/OpenCore-Catalina/OpenCore.qcow2}" \
; } \
; ./enable-ssh.sh && envsubst < ./Launch.sh | bash
; ./enable-ssh.sh && /bin/bash -c ./Launch.sh