Add https url for download links

This commit is contained in:
Michiel Beijen 2016-10-24 07:51:40 +02:00 committed by Thorsten Eckel
parent 7d5bb5ba8d
commit cbac19a5da
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