Fix weather updates

This commit is contained in:
Ohad Livne 2025-06-04 22:44:56 +03:00
parent 3f7261dc17
commit f927be890b
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -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