Skip to content
Snippets Groups Projects
Commit ae90481f authored by Florian Schaal's avatar Florian Schaal
Browse files

minor fixes server/scripts/update_from_dev.sh

parent c0a85582
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd /tmp
rm -rf ispconfig3-master*
rm -f ispconfig3-dev.tar.gz
wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=master"
rm -rf ispconfig3-master*
tar xzf ispconfig3-dev.tar.gz
cd ispconfig3-master*/install
php -q \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment