From 3c5f80f4a627c20cbd193df8e492a72942af1899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Mon, 4 Nov 2024 20:29:41 -0500 Subject: [PATCH] Fix discussions URL that were inadvertently changed to point to community-scripts (discussions are on tteck's repo) --- vm/debian-vm.sh | 2 +- vm/ubuntu2204-vm.sh | 2 +- vm/ubuntu2404-vm.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh index c38203ec..2246f4fc 100644 --- a/vm/debian-vm.sh +++ b/vm/debian-vm.sh @@ -423,4 +423,4 @@ if [ "$START_VM" == "yes" ]; then msg_ok "Started Debian 12 VM" fi msg_ok "Completed Successfully!\n" -echo "More Info at https://github.com/community-scripts/ProxmoxVE/discussions/1988" +echo "More Info at https://github.com/tteck/Proxmox/discussions/1988" diff --git a/vm/ubuntu2204-vm.sh b/vm/ubuntu2204-vm.sh index afe89d83..020b59da 100644 --- a/vm/ubuntu2204-vm.sh +++ b/vm/ubuntu2204-vm.sh @@ -425,4 +425,4 @@ if [ "$START_VM" == "yes" ]; then fi msg_ok "Completed Successfully!\n" echo -e "Setup Cloud-Init before starting \n -More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n" +More info at https://github.com/tteck/Proxmox/discussions/2072 \n" diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh index f608f7c6..e41c7cd0 100644 --- a/vm/ubuntu2404-vm.sh +++ b/vm/ubuntu2404-vm.sh @@ -410,4 +410,4 @@ qm set $VMID \ msg_ok "Created a Ubuntu 24.04 VM ${CL}${BL}(${HN})" msg_ok "Completed Successfully!\n" echo -e "Setup Cloud-Init before starting \n -More info at https://github.com/community-scripts/ProxmoxVE/discussions/2072 \n" +More info at https://github.com/tteck/Proxmox/discussions/2072 \n"