File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 8282if [ ! -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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
88Architecture: amd64
9- Depends: hestia
9+ Depends: hestia, libzip5 | libzip4, unzip
1010Description: hestia php-fpm
1111 hestia is an open source hosting control panel.
1212 hestia has a clean and focused interface without the clutter.
You can’t perform that action at this time.
0 commit comments