Browse Source

Add missing dependency software-properties-common

Closes #1073
Daniel Eder 5 years ago
parent
commit
7ed70b9f6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/hst-install-ubuntu.sh

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