Fix weather updates
This commit is contained in:
parent
3f7261dc17
commit
f927be890b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
# Documentation available in https://github.com/chubin/wttr.in
|
||||
curl -Ss 'https://wttr.in/?0&m&q&T&format=3' > /tmp/weather-report.txt
|
||||
curl --http1.1 --show-error --silent 'https://wttr.in/?0&m&q&T&format=3' > /tmp/weather-report.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue