dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
monitor: the ispconfig - Log is now part of the system-state
vogelor
2008-12-12
671a41a278bf435f5245ff29124b4c02b2d2b6f9
[gitlabFork/ISPConfig3.git]
/
helper_scripts
/
update_from_svn.sh
1
2
3
4
5
6
7
8
#!/bin/bash
cd /tmp
svn export svn://svn.ispconfig.org/ispconfig3/trunk/
cd trunk/install
php -q update.php
cd /tmp
rm -rf /tmp/trunk