Skip to content

Commit 76b01b2

Browse files
authored
Merge pull request hestiacp#1121 from hestiacp/fixes/2020-08-30-add-ca-certificates
Add ca-certificates to the dependencies list.
2 parents 90f5e24 + 45a5566 commit 76b01b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ elif [ "$release" -eq 10 ]; then
6464
ssh util-linux ipset libapache2-mpm-itk"
6565
fi
6666

67-
installer_dependencies="apt-transport-https curl dirmngr gnupg wget"
67+
installer_dependencies="apt-transport-https curl dirmngr gnupg wget ca-certificates"
6868

6969
# Defining help function
7070
help() {

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
4646
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
4747
ipset libonig5 libzip5 openssh-server ssh"
4848

49-
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common"
49+
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common ca-certificates"
5050

5151
# Defining help function
5252
help() {

0 commit comments

Comments
 (0)