Browse Source

Add default PHP (for CLI)

Ernesto Nicolás Carrea 5 years ago
parent
commit
cd5ce75c74
1 changed files with 2 additions and 0 deletions
  1. 2 0
      bin/setup/init.inc

+ 2 - 0
bin/setup/init.inc

@@ -174,6 +174,8 @@ EOL
     echo " - Configuring system IP addresses..."
     $HESTIA/bin/v-update-sys-ip > /dev/null 2>&1
 
+    hestia module install php
+
     echo " - Enabling and starting Hestia service..."
     osal_service_enable hestia
     osal_service_restart hestia