diff --git a/.local/bin/update-weather b/.local/bin/update-weather index 4e76820..6acdf66 100755 --- a/.local/bin/update-weather +++ b/.local/bin/update-weather @@ -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