summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/dependencies/dependencies.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
index ce4d9e17b..0b44c5afb 100755
--- a/support/dependencies/dependencies.sh
+++ b/support/dependencies/dependencies.sh
@@ -200,12 +200,3 @@ if ! perl -e "require Data::Dumper" > /dev/null 2>&1 ; then
/bin/echo -e "On Debian/Ubuntu distributions, install the 'perl' package."
exit 1
fi
-
-# Check that we have the SSL certificates to make https:// downloads
-# work.
-if ! test -d /etc/ssl/certs; then
- /bin/echo -e "Your system lacks Common CA certificates for SSL."
- /bin/echo -e "This prevents https:// downloads from succeeding."
- /bin/echo -e "On Debian/Ubuntu distributions, install 'ca-certificates' package."
- exit 1
-fi