diff --git a/INSTALL_DEBIAN_4.0.txt b/INSTALL_DEBIAN_4.0.txt index b2aa7be5891c26c0919b9f9c38fe647a606415e4..15017071ca348248053e96e05e614a92f3b9a70d 100644 --- a/INSTALL_DEBIAN_4.0.txt +++ b/INSTALL_DEBIAN_4.0.txt @@ -98,7 +98,7 @@ There are two possile scenarios, but not both: 7.1) Install the latest released version 7.2) Install directly from SVN -7.1) Installation of beta 3 from tar.gz +7.1) Installation of last version from tar.gz cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.7-beta.tar.gz diff --git a/INSTALL_DEBIAN_LENNY.txt b/INSTALL_DEBIAN_LENNY.txt index dec1c0fe5ddab10b22a5fda4517d12b0ac74d3b7..d97aeda79447acd520d08f98358a47826d4479af 100644 --- a/INSTALL_DEBIAN_LENNY.txt +++ b/INSTALL_DEBIAN_LENNY.txt @@ -164,13 +164,11 @@ There are two possile scenarios, but not both: 7.1) Install the latest released version 7.2) Install directly from SVN -apt-get install php5-cli - -7.1) Installation of beta 3 from tar.gz +7.1) Installation of last version from tar.gz cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.6-beta.tar.gz - tar xvfz ISPConfig-3.0.0.6-beta.tar.gz + tar xvfz ISPConfig-3.0.0.7-beta.tar.gz cd ispconfig3_install/install/ 7.2) Installation from SVN