Преглед изворни кода

Merge pull request #1076 from daniel-eder/fix/missing-ubuntu-dependencies

Add missing dependency software-properties-common for ubuntu
Raphael Schneeberger пре 5 година
родитељ
комит
beebe15e4a
1 измењених фајлова са 1 додато и 1 уклоњено
  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
     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
 help() {