Merge pull request #252 from 64kramsystem/extend_ubuntu_server_ppa_error_message
Extend Ubuntu Server PPA error message
This commit is contained in:
commit
99eded8486
|
@ -449,7 +449,7 @@ function check_prerequisites {
|
||||||
elif [[ ${ZFS_USE_PPA:-} == "1" && $v_linux_distribution == "UbuntuServer" ]]; then
|
elif [[ ${ZFS_USE_PPA:-} == "1" && $v_linux_distribution == "UbuntuServer" ]]; then
|
||||||
# As of Jun/2021, it breaks the installation.
|
# 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
|
exit 1
|
||||||
elif ! ping -c 1 "$c_dns" > /dev/null; then
|
elif ! ping -c 1 "$c_dns" > /dev/null; then
|
||||||
echo "Can't contact the DNS ($c_dns)!"
|
echo "Can't contact the DNS ($c_dns)!"
|
||||||
|
|
Loading…
Reference in New Issue