Removing talos iso logging
This commit is contained in:
parent
638600b25e
commit
9b853c97bd
1 changed files with 0 additions and 3 deletions
|
|
@ -41,10 +41,7 @@ download_talos_iso() {
|
||||||
local iso_path="$VM_DIR/talos.iso"
|
local iso_path="$VM_DIR/talos.iso"
|
||||||
|
|
||||||
if [[ ! -f "$iso_path" ]]; then
|
if [[ ! -f "$iso_path" ]]; then
|
||||||
log_info "Downloading Talos ISO..."
|
|
||||||
curl -L -o "$iso_path" "$TALOS_ISO_URL"
|
curl -L -o "$iso_path" "$TALOS_ISO_URL"
|
||||||
else
|
|
||||||
log_info "Talos ISO already exists"
|
|
||||||
fi
|
fi
|
||||||
echo "$iso_path"
|
echo "$iso_path"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue