diff options
Diffstat (limited to 'configs/download.sh')
-rwxr-xr-x | configs/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/download.sh b/configs/download.sh index 658b49d..1e13132 100755 --- a/configs/download.sh +++ b/configs/download.sh @@ -1,7 +1,7 @@ #!/bin/sh # fahrplan -wget -q "http://events.ccc.de/congress/2014/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml +wget --no-check-certificate -q "http://events.ccc.de/congress/2014/Fahrplan/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml # vod json wget -q "http://cdn.c3voc.de/releases/relive/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json |