Skip to content

Commit

Permalink
Small fix: debian, curl follow redirs (#5780)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidplace7 authored Jan 7, 2025
1 parent 395469d commit cdcbf4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debian/ci_pack_sdeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ platformio pkg install -e native -t platformio/[email protected]
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)

Expand Down
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Section: misc
Priority: optional
Maintainer: Austin Lane <[email protected]>
Build-Depends: debhelper-compat (= 13),
tar,
gzip,
platformio,
python3-protobuf,
python3-grpcio,
Expand Down

0 comments on commit cdcbf4c

Please sign in to comment.