Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
c0a85582
Commit
c0a85582
authored
Nov 06, 2015
by
Florian Schaal
Browse files
FS#4024 - can't run ispconfig_update.sh to switch to dev
parent
d3bc5f92
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/scripts/update_from_dev.sh
View file @
c0a85582
#!/bin/bash
cd
/tmp
rm
-rf
ispconfig3-master
*
wget
-O
ispconfig3-dev.tar.gz
"http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master"
tar
xzf ispconfig3-dev.tar.gz
cd
ispconfig3
.git
/install
cd
ispconfig3
-master
*
/install
php
-q
\
-d
disable_classes
=
\
-d
disable_functions
=
\
-d
open_basedir
=
\
update.php
cd
/tmp
rm
-rf
/tmp/ispconfig3
.git
/tmp/ispconfig3-dev.tar.gz
rm
-rf
/tmp/ispconfig3
-master
*
/tmp/ispconfig3-dev.tar.gz
exit
0
\ No newline at end of file
exit
0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment