From 4ecb33e99da0c5d3c81457a87c1b9a2b0d93b6f8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 27 Nov 2023 09:57:22 -0500 Subject: [PATCH] Update ubuntu-vm.sh tweak description --- vm/ubuntu-vm.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vm/ubuntu-vm.sh b/vm/ubuntu-vm.sh index 9d5f4e17..e971c027 100644 --- a/vm/ubuntu-vm.sh +++ b/vm/ubuntu-vm.sh @@ -411,9 +411,12 @@ qm set $VMID \ -ide2 ${STORAGE}:cloudinit \ -boot order=scsi0 \ -serial0 socket \ - -description "# Ubuntu 22.04 VM -### https://github.com/tteck/Proxmox -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null + -description "
+ + # Ubuntu 22.04 VM + + +
" >/dev/null msg_ok "Created a Ubuntu 22.04 VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Ubuntu 22.04 VM"