home readme diff tree note docs

0commit 9ce8c52118ef6975a127abd9d137283f50de6caf
1Author: lakefox <mason@lakefox.net>
2Date:   Sat May 23 13:40:11 2026 -0600
3
4    Added curl1
5
6diff --git a/metar.sh b/metar.sh
7index bedcb9c..848aa44 100644
8--- a/metar.sh
9+++ b/metar.sh
10@@ -3,4 +3,4 @@
11 echo "Content-Type: text/json\r\n"
12 echo ""
13 
14-curl -s -f -S --cacert /etc/ssl/cert.pem "http://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"
15+curl -s -f -S --cacert /etc/certs/ca-certificates.crt "https://aviationweather.gov/api/data/metar?bbox=$bbox&format=geojson"