diff options
author | MaZderMind | 2015-11-08 18:02:04 +0100 |
---|---|---|
committer | MaZderMind | 2015-11-08 18:02:04 +0100 |
commit | 25ebd325dbde526d97c25abb2f905b3bb5920e19 (patch) | |
tree | d81c8b2053807a633899349571f2ba276c206e72 /configs/conferences/nixcon15/download.sh | |
parent | 91eb02af5e55410cf46513197cd373c22e90a89e (diff) |
add nixcon schedule url
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/nixcon15/download.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/nixcon15/download.sh b/configs/conferences/nixcon15/download.sh index e6be49c..505de02 100755 --- a/configs/conferences/nixcon15/download.sh +++ b/configs/conferences/nixcon15/download.sh @@ -1,4 +1,4 @@ #!/bin/sh # fahrplan -wget --no-check-certificate -q "https://frab.sendegate.de/en/ppw15b/public/schedule.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml +wget --no-check-certificate -q "http://n621.de/fud/nixcon.xml" -O /tmp/schedule.xml && mv /tmp/schedule.xml schedule.xml |