Browse Source

move covid data to seperate git repo

master
Roman Steiner 4 years ago
parent
commit
a04263c57a
  1. 2
      image/collect.sh
  2. 2
      image/git

2
image/collect.sh

@ -4,7 +4,7 @@ cd /root/git/
git pull git pull
# download Covid-Cases for Austria based on age groupes # download Covid-Cases for Austria based on age groupes
wget --output-document=./data/CovidFaelle_Altersgruppe-$(date +%F-%H-%M).csv https://covid19-dashboard.ages.at/data/CovidFaelle_Altersgruppe.csv 2>&1 wget --output-document=./CovidFaelle_Altersgruppe-$(date +%F-%H-%M).csv https://covid19-dashboard.ages.at/data/CovidFaelle_Altersgruppe.csv 2>&1
git add data git add data
git commit -m 'automatic update' git commit -m 'automatic update'

2
image/git

@ -1 +1 @@
Subproject commit 6ef9696e10ef828d43dee2a8e9adcefc75a2034d Subproject commit 0595043edd9c974924b063b678b4d2519e3966bb
Loading…
Cancel
Save