Merge pull request #279 from mbeijen/https-for-ftp-download

Add https url for download links
This commit is contained in:
Martin Edenhofer 2016-10-24 08:33:15 +02:00 committed by GitHub
commit 8ae652bd8e
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Get Zammad
````shell
test -d ~/zammad/ || mkdir ~/zammad
cd ~/zammad/
curl -L -O http://ftp.zammad.com/zammad-latest.tar.bz2 | tar -xj
curl -L -O https://ftp.zammad.com/zammad-latest.tar.bz2 | tar -xj
````
Install Zammad

View file

@ -14,7 +14,7 @@
### Get Zammad
* su zammad
* cd ~
* wget http://ftp.zammad.com/zammad-latest.tar.gz
* wget https://ftp.zammad.com/zammad-latest.tar.gz
* tar -xzf zammad-latest.tar.gz
* exit