Skip to content

Commit e0f54cb

Browse files
committed
Update hestia-php depedencies (libzip,unzip)
1 parent cbc45e4 commit e0f54cb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

install/upgrade/versions/latest.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ fi
8282
if [ ! -e "$HESTIA/web/fm/configuration.php" ]; then
8383
echo "(*) Configuring Filegator FileManager..."
8484

85-
# Validate if unzip is installed
86-
if [ ! -e "/usr/bin/unzip" ]; then
87-
apt -qq update > /dev/null 2>&1
88-
apt -qq install unzip > /dev/null 2>&1
89-
fi
90-
9185
# Install the FileManager
9286
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
9387

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com
88
Architecture: amd64
9-
Depends: hestia
9+
Depends: hestia, libzip5 | libzip4, unzip
1010
Description: hestia php-fpm
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)