From 96c4b04097be5e764d101ab0ad53e22f57ab5bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sun, 6 Feb 2022 16:46:47 +0200 Subject: [PATCH] fix: change mention about image OS from debian 10 to debian 11 in xo-vm-import.sh --- xo-vm-import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-vm-import.sh b/xo-vm-import.sh index 6334807..adf229f 100755 --- a/xo-vm-import.sh +++ b/xo-vm-import.sh @@ -18,7 +18,7 @@ function OSCheck { fi echo - echo "Welcome. This script will import a preinstalled Debian 10 VM image which has Xen Orchestra installed using https://github.com/ronivay/XenOrchestraInstallerUpdater" + echo "Welcome. This script will import a preinstalled Debian 11 VM image which has Xen Orchestra installed using https://github.com/ronivay/XenOrchestraInstallerUpdater" echo "You need at least 2vCPU/4GB/10GB disk free resources to import VM" echo echo "Please report any issues to this github project"