dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update on certificte ssh-rsa authentication. Under construction are the she...
laking
2011-04-04
28a1b864972e1f93aa57c88c0cce9ea97e61bea2
[gitlabFork/ISPConfig3.git]
/
server
/
scripts
/
update_from_svn.sh
1
2
3
4
5
6
7
8
9
10
#!/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
exit 0