Explorar el Código

Revert changes on hst-install.

Raphael Schneeberger hace 5 años
padre
commit
26027516e2
Se han modificado 2 ficheros con 2 adiciones y 6 borrados
  1. 1 3
      install/hst-install-debian.sh
  2. 1 3
      install/hst-install-ubuntu.sh

+ 1 - 3
install/hst-install-debian.sh

@@ -23,9 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.4.0~alpha'
-pma_v='5.0.4'
-rc_v="1.4.10"
+HESTIA_INSTALL_VER='1.3.3'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
 fpm_v="7.4"
 mariadb_v="10.5"

+ 1 - 3
install/hst-install-ubuntu.sh

@@ -23,9 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
 VERBOSE='no'
 
 # Define software versions
-HESTIA_INSTALL_VER='1.4.0~alpha'
-pma_v='5.0.4'
-rc_v="1.4.10"
+HESTIA_INSTALL_VER='1.3.3'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
 fpm_v="7.4"
 mariadb_v="10.5"