Browse Source

Add awstats to web package

Ernesto Nicolás Carrea 5 years ago
parent
commit
e94c4c2024
2 changed files with 2 additions and 0 deletions
  1. 1 0
      bin/package/install/web-server.inc
  2. 1 0
      bin/package/remove/web-server.inc

+ 1 - 0
bin/package/install/web-server.inc

@@ -11,6 +11,7 @@ hestia_package_install_mail-server() {
     echo "Installing web server package..."
 
     $BIN/hestia module install apache
+    $BIN/hestia module install awstats
     if [ $memory -ge 1572864 ] || [ "$param_withproxy" ]; then
         if [ ! "$param_withoutproxy" ]; then
             $BIN/hestia module install nginx

+ 1 - 0
bin/package/remove/web-server.inc

@@ -6,4 +6,5 @@ hestia_package_remove() {
     $BIN/hestia module remove nginx
     $BIN/hestia module remove apache
     $BIN/hestia module remove php
+    $BIN/hestia module remove awstats
 }