Skip to content

Commit f0587fc

Browse files
Add lsb-release as an dependency for Debian (hestiacp#1596)
* Add lsb-release as an dependency for Debian * Drop zstd and lsb_release... ... because it's already a dependency of hestia's control file. Co-authored-by: Raphael Schneeberger <rs@scit.ch>
1 parent eff8c3c commit f0587fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [ "$release" -eq 9 ]; then
4545
sudo bc ftp lsof rrdtool quota e2fslibs bsdutils e2fsprogs curl
4646
imagemagick fail2ban dnsutils bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx
4747
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
48-
rsyslog openssh-server setpriv ipset libapache2-mod-ruid2 zstd"
48+
rsyslog openssh-server setpriv ipset libapache2-mod-ruid2"
4949
elif [ "$release" -eq 10 ]; then
5050
software="nginx apache2 apache2-utils apache2-suexec-custom
5151
apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
@@ -62,7 +62,7 @@ elif [ "$release" -eq 10 ]; then
6262
quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
6363
bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx hestia-php expect
6464
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog openssh-server
65-
util-linux ipset libapache2-mpm-itk zstd"
65+
util-linux ipset libapache2-mpm-itk"
6666
fi
6767

6868
installer_dependencies="apt-transport-https curl dirmngr gnupg wget ca-certificates"

src/deb/hestia/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com
88
Architecture: amd64
9-
Depends: bash, awk, sed, acl, sysstat, setpriv | util-linux (>= 2.33), zstd
9+
Depends: bash, awk, sed, acl, sysstat, setpriv | util-linux (>= 2.33), zstd, lsb-release
1010
Description: hestia
1111
hestia is an open source hosting control panel.
1212
hestia has a clean and focused interface without the clutter.

0 commit comments

Comments
 (0)