Skip to content

Commit 773db54

Browse files
committed
Add JQ as dependency
1 parent a2eb03a commit 773db54

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ software="nginx apache2 apache2-utils apache2-suexec-custom
5353
dnsutils bsdmainutils cron hestia=${HESTIA_INSTALL_VER} hestia-nginx
5454
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
5555
rsyslog openssh-server util-linux ipset libapache2-mpm-itk zstd
56-
lsb-release"
56+
lsb-release jq"
5757

5858

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

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
5252
php$fpm_v-opcache php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml
5353
postgresql postgresql-contrib proftpd-basic quota rrdtool spamassassin sudo hestia=${HESTIA_INSTALL_VER}
5454
hestia-nginx hestia-php vim-common vsftpd whois unzip zip acl sysstat setpriv rsyslog
55-
ipset libonig5 libzip5 openssh-server lsb-release zstd"
55+
ipset libonig5 libzip5 openssh-server lsb-release zstd jq"
5656

5757
installer_dependencies="apt-transport-https curl dirmngr gnupg wget software-properties-common ca-certificates"
5858

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, lsb-release, idn2
9+
Depends: bash, awk, sed, acl, sysstat, setpriv | util-linux (>= 2.33), zstd, lsb-release, idn2, jq
1010
Description: hestia
1111
hestia is an open source hosting control panel.
1212
hestia has a clean and focused interface without the clutter.

src/rpm/hestia/hestia.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Requires: acl
1515
Requires: sysstat
1616
Requires: (setpriv or util-linux)
1717
Requires: zstd
18+
Requires: jq
1819
Conflicts: vesta
1920
Provides: hestia = %{version}
2021
BuildRequires: systemd-rpm-macros

0 commit comments

Comments
 (0)