fix: change mention about image OS from debian 10 to debian 11 in xo-vm-import.sh

This commit is contained in:
Roni Väyrynen
2022-02-06 16:46:47 +02:00
parent fb2b9b1f12
commit 96c4b04097

View File

@@ -18,7 +18,7 @@ function OSCheck {
fi fi
echo 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 "You need at least 2vCPU/4GB/10GB disk free resources to import VM"
echo echo
echo "Please report any issues to this github project" echo "Please report any issues to this github project"