Extend Ubuntu Server PPA error message

This commit is contained in:
Saverio Miroddi 2021-11-17 22:27:49 +01:00
parent 8a0673cd7e
commit 86ce17f98e
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ function check_prerequisites {
elif [[ ${ZFS_USE_PPA:-} == "1" && $v_linux_distribution == "UbuntuServer" ]]; then
# As of Jun/2021, it breaks the installation.
#
echo "The PPA is not (currently) supported on Ubuntu Server!"
echo "The PPA is not (currently) supported on Ubuntu Server! It's still possible to add it after the installation, but there are no guarantees."
exit 1
elif ! ping -c 1 "$c_dns" > /dev/null; then
echo "Can't contact the DNS ($c_dns)!"