dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#578 - No measurement units are shown for the input fields, like "...
tbrehm
2009-05-04
33c6e2414f6fa32010b97344d34b61606e2af3d7
[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