mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-21 21:41:31 -06:00
[QOL] Fix auto image building wget log overload
This commit is contained in:
parent
9fead74c71
commit
bffd8f3990
@ -95,8 +95,9 @@ ARG IMAGE_URL='https://images2.sick.codes/mac_hdd_ng_auto.img'
|
||||
# use the COMPLETE arg, for a complete image, ready to boot.
|
||||
# otherwise use your own image: -v "$PWD/disk.img":/image
|
||||
RUN if [[ "${COMPLETE}" ]]; then \
|
||||
echo "Downloading 20GB+ image... Press Ctrl+C to abort." \
|
||||
; wget --no-dns-cache \
|
||||
echo "Downloading 20GB+ image... This step might take a while... Press Ctrl+C if you want to abort." \
|
||||
; wget --no-verbose \
|
||||
--no-dns-cache \
|
||||
--no-check-certificate \
|
||||
--output-document=/home/arch/OSX-KVM/mac_hdd_ng.img \
|
||||
"${IMAGE_URL}" \
|
||||
|
Loading…
Reference in New Issue
Block a user