dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added version number to installer text.
tbrehm
2009-03-12
67cae4ace056dcbecb075950e63d7ebc1afd0ac2
[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