From 8d78111a13ce7b310d4e7ae519c6c9c7e7a62061 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Mon, 9 Jun 2008 16:48:37 +0000
Subject: [PATCH] updated the installation instructions for debian and ubuntu.

---
 INSTALL_DEBIAN.txt | 6 +++---
 INSTALL_UBUNTU.txt | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/INSTALL_DEBIAN.txt b/INSTALL_DEBIAN.txt
index cf26e431a6..323bdf4b75 100644
--- a/INSTALL_DEBIAN.txt
+++ b/INSTALL_DEBIAN.txt
@@ -100,11 +100,11 @@ There are two possile scenarios, but not both:
 
 apt-get install php5-cli
 
-7.1) Installation of alpha 3 from tar.gz
+7.1) Installation of beta 3 from tar.gz
 
   cd /tmp
-  wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.4-beta.tar.gz
-  tar xvfz ISPConfig-3.0.0.4-beta.tar.gz
+  wget http://www.ispconfig.org/downloads/ISPConfig-3.0.0.5-beta.tar.gz
+  tar xvfz ISPConfig-3.0.0.5-beta.tar.gz
   cd ispconfig3_install/install/
 
 7.2) Installation from SVN
diff --git a/INSTALL_UBUNTU.txt b/INSTALL_UBUNTU.txt
index 8ddd5b2461..1599b7d447 100644
--- a/INSTALL_UBUNTU.txt
+++ b/INSTALL_UBUNTU.txt
@@ -76,11 +76,11 @@ There are two possile scenarios, but not both:
 
 apt-get install php5-cli
 
-1) Installation of alpha 3
+1) Installation of beta 3
 
   cd /tmp
-  wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.3-alpha.tar.gz
-  tar xvfz ISPConfig_3.0.0.3-alpha.tar.gz
+  wget http://www.ispconfig.org/downloads/ISPConfig_3.0.0.5-alpha.tar.gz
+  tar xvfz ISPConfig_3.0.0.5-alpha.tar.gz
   cd ispconfig3_install/install/
 
 2) Installation from SVN
-- 
GitLab