dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed: FS#639 - website alias domain not added
tbrehm
2009-03-16
6cf0ed352305fddc6f0ed50649b8f8df29904387
[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