dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#702 - language setting in config.inc.php does not persist during ...
tbrehm
2009-05-04
56f1f4fa56071255750a8133020dc89254061eb3
[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