Removing talos iso logging

This commit is contained in:
vandomej 2025-09-29 23:07:09 -07:00
parent 638600b25e
commit 9b853c97bd

View file

@ -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"
} }