浏览代码

Merge pull request #1121 from hestiacp/fixes/2020-08-30-add-ca-certificates

Add ca-certificates to the dependencies list.
Raphael Schneeberger 5 年之前
父节点
当前提交
76b01b282f
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -64,7 +64,7 @@ elif [ "$release" -eq 10 ]; then
         ssh util-linux ipset libapache2-mpm-itk"
         ssh util-linux ipset libapache2-mpm-itk"
 fi
 fi
 
 
-installer_dependencies="apt-transport-https curl dirmngr gnupg wget"
+installer_dependencies="apt-transport-https curl dirmngr gnupg wget ca-certificates"
 
 
 # Defining help function
 # Defining help function
 help() {
 help() {

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -46,7 +46,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
     hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
     hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
     ipset libonig5 libzip5 openssh-server ssh"
     ipset libonig5 libzip5 openssh-server ssh"
 
 
-installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common"
+installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common ca-certificates"
 
 
 # Defining help function
 # Defining help function
 help() {
 help() {