Small fix: debian, curl follow redirs (#5780)

This commit is contained in:
Austin
2025-01-06 21:51:50 -05:00
committed by GitHub
parent 395469d20a
commit cdcbf4c615
2 changed files with 3 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ platformio pkg install -e native -t platformio/tool-scons@4.40502.0
tar -cf pio.tar pio/
rm -rf pio
# Download the latest meshtastic/web release build.tar to `web.tar`
curl https://github.com/meshtastic/web/releases/download/latest/build.tar -o web.tar
curl -L https://github.com/meshtastic/web/releases/download/latest/build.tar -o web.tar
package=$(dpkg-parsechangelog --show-field Source)

2
debian/control vendored
View File

@@ -3,6 +3,8 @@ Section: misc
Priority: optional
Maintainer: Austin Lane <vidplace7@gmail.com>
Build-Depends: debhelper-compat (= 13),
tar,
gzip,
platformio,
python3-protobuf,
python3-grpcio,