Merge pull request #252 from 64kramsystem/extend_ubuntu_server_ppa_error_message

Extend Ubuntu Server PPA error message
This commit is contained in:
Saverio Miroddi 2021-11-17 22:29:55 +01:00 committed by GitHub
commit 99eded8486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)!"