
10th December 2012, 17:48
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,182 Times in 3,201 Posts
|
|
The above commands would checkout SVN trunk and not the 3.0.5 release branch. To get the 3.0.5 release, use these commands:
cd /tmp
svn export svn://svn.ispconfig.org/ispconfig3/branches/ispconfig-3.0.5
cd ispconfig-3.0.5/install
php -q update.php (or php -q install.php to instal)
|