diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | examples/dbf_update_zugbildungsplan | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -127,7 +127,7 @@ see the respective files) licenses. Attribution is appreciated. Background Data Updates --- -db-infoscreen can use <https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json> +db-infoscreen can use <https://lib.finalrewind.org/dbdb/db_zugbildung_v1.json> to show scheduled ICE/IC types (ICE 1/2/3/4/T, IC 1/2), wagon orders, and other attributes. It expects the file to be provided in `share/zugbildungsplan.json`. diff --git a/examples/dbf_update_zugbildungsplan b/examples/dbf_update_zugbildungsplan index 816495e..1cd82e7 100644 --- a/examples/dbf_update_zugbildungsplan +++ b/examples/dbf_update_zugbildungsplan @@ -2,7 +2,7 @@ set -eu -wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json +wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v1.json chmod 644 share/zugbildungsplan.json.new |