From f927be890b806181ed9650c7155c6573df80f094 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:56 +0300 Subject: [PATCH] Fix weather updates --- .local/bin/update-weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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