diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh index b549f062..e8037443 100644 --- a/vm/debian-vm.sh +++ b/vm/debian-vm.sh @@ -410,9 +410,12 @@ qm set $VMID \ -scsi0 ${DISK1_REF},${DISK_CACHE}${THIN}size=2G \ -boot order=scsi0 \ -serial0 socket \ - -description "# Debian 12 VM -### https://github.com/tteck/Proxmox -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -description "
+ + # Debian 12 + + +
" >/dev/null msg_ok "Created a Debian 12 VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Debian 12 VM"