Skip to content

Commit 7ed70b9

Browse files
committed
Add missing dependency software-properties-common
Closes hestiacp#1073
1 parent 2e05ab4 commit 7ed70b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
49+
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common"
5050

5151
# Defining help function
5252
help() {

0 commit comments

Comments
 (0)