From d9d07a87537525b194b519210dc2612d69991f33 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:44:11 +0200 Subject: [PATCH] Update unifi-os-vm.sh --- vm/unifi-os-vm.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vm/unifi-os-vm.sh b/vm/unifi-os-vm.sh index 9308f7b7..e3994bbf 100644 --- a/vm/unifi-os-vm.sh +++ b/vm/unifi-os-vm.sh @@ -513,9 +513,9 @@ msg_info "Cleaning up temporary DNS resolver in image" virt-customize -q -a "${FILE}" --run-command 'rm -f /etc/resolv.conf' >/dev/null msg_ok "UniFi OS Server installer and dependencies successfully added to Debian 12 image" -msg_custom "After first VM boot, SSH to the VM as root and run:" -msg_custom "/root/${UOS_INSTALLER} --install" -msg_custom "Official UniFi OS Server Guide: https://help.ui.com/hc/en-us/articles/26951761949147-UniFi-OS-Server" +msg_ok "After first VM boot, SSH to the VM as root and run:" +msg_ok "/root/${UOS_INSTALLER} --install" +msg_ok "Official UniFi OS Server Guide: https://help.ui.com/hc/en-us/articles/26951761949147-UniFi-OS-Server" ### UNI-FI OS BLOCK END @@ -568,4 +568,4 @@ if [ "$START_VM" == "yes" ]; then fi msg_ok "Completed Successfully!\n" -msg_custom "More Info at https://github.com/community-scripts/ProxmoxVED/discussions/836" +msg_ok "More Info at https://github.com/community-scripts/ProxmoxVED/discussions/836"