Переглянути джерело

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"
 fi
 
-installer_dependencies="apt-transport-https curl dirmngr gnupg wget"
+installer_dependencies="apt-transport-https curl dirmngr gnupg wget ca-certificates"
 
 # Defining help function
 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
     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
 help() {