dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#722 - Error-documents don't work afterwards editing user
tbrehm
2009-05-04
46c683d3c8504b02321adee5d24905190cec2b5c
[gitlabFork/ISPConfig3.git]
/
server
/
scripts
/
update_from_tgz.sh
1
2
3
4
5
6
7
8
#!/bin/bash
cd /tmp
wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
tar xvfz ISPConfig-3-stable.tar.gz
cd ispconfig3_install/install/
php -q update.php
rm -rf /tmp/ispconfig3_install/install