dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
utf-8 coding error in index-file
redray
2009-01-05
23cb9b8b572c1fdea9619882e227f1c831e2b6ac
[gitlabFork/ISPConfig3.git]
/
helper_scripts
/
update_from_svn.sh
commit
|
author
|
age
a6efc7
1
#!/bin/bash
T
2
3
cd /tmp
4
svn export svn://svn.ispconfig.org/ispconfig3/trunk/
5
cd trunk/install
6
php -q update.php
7
cd /tmp
8
rm -rf /tmp/trunk