aboutsummaryrefslogtreecommitdiff
path: root/configs/download.sh
diff options
context:
space:
mode:
authorFlorian Larysch2015-09-10 14:28:56 +0200
committerFlorian Larysch2015-09-10 14:28:56 +0200
commit1ca6777baf6d4279fc9baa4d3e815243f38d6b34 (patch)
tree1bbd211256f2c055d027315beb3885431c15979d /configs/download.sh
parentc46cc80be58b318b886eb1f0ba7a30194f1447c6 (diff)
ignore broken certificates when downloading the schedule
Diffstat (limited to 'configs/download.sh')
-rwxr-xr-xconfigs/download.sh2
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