Skip to content

Commit 4a2788f

Browse files
committed
Move Sudo up to installer dependencies
1 parent 362a0fe commit 4a2788f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ software="acl apache2 apache2-suexec-custom apache2-suexec-pristine apache2-util
5050
php$fpm_v php$fpm_v-apcu php$fpm_v-bz2 php$fpm_v-cgi php$fpm_v-cli php$fpm_v-common php$fpm_v-curl php$fpm_v-gd
5151
php$fpm_v-imagick php$fpm_v-imap php$fpm_v-intl php$fpm_v-ldap php$fpm_v-mbstring php$fpm_v-mysql php$fpm_v-opcache
5252
php$fpm_v-pgsql php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml php$fpm_v-zip postgresql postgresql-contrib
53-
proftpd-basic quota rrdtool rsyslog spamd sudo sysstat unrar-free unzip util-linux vim-common vsftpd xxd whois zip zstd jailkit restic"
53+
proftpd-basic quota rrdtool rsyslog spamd sysstat unrar-free unzip util-linux vim-common vsftpd xxd whois zip zstd jailkit restic"
5454

55-
installer_dependencies="apt-transport-https ca-certificates curl dirmngr gnupg openssl wget"
55+
installer_dependencies="apt-transport-https ca-certificates curl dirmngr gnupg openssl wget sudo"
5656

5757
# Defining help function
5858
help() {

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ software="acl apache2 apache2.2-common apache2-suexec-custom apache2-utils appar
5151
php$fpm_v php$fpm_v-apcu php$fpm_v-bz2 php$fpm_v-cgi php$fpm_v-cli php$fpm_v-common php$fpm_v-curl php$fpm_v-gd
5252
php$fpm_v-imagick php$fpm_v-imap php$fpm_v-intl php$fpm_v-ldap php$fpm_v-mbstring php$fpm_v-mysql php$fpm_v-opcache
5353
php$fpm_v-pgsql php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml php$fpm_v-zip postgresql postgresql-contrib
54-
proftpd-basic quota rrdtool rsyslog util-linux spamassassin sudo sysstat unzip vim-common vsftpd whois zip zstd jailkit restic"
54+
proftpd-basic quota rrdtool rsyslog util-linux spamassassin
55+
sysstat unzip vim-common vsftpd whois zip zstd jailkit restic"
5556

56-
installer_dependencies="apt-transport-https ca-certificates curl dirmngr gnupg openssl software-properties-common wget"
57+
installer_dependencies="apt-transport-https ca-certificates curl dirmngr gnupg openssl software-properties-common wget sudo"
5758

5859
# Defining help function
5960
help() {

0 commit comments

Comments
 (0)