Skip to content

Commit cdcbf4c

Browse files
authored
Small fix: debian, curl follow redirs (#5780)
1 parent 395469d commit cdcbf4c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

debian/ci_pack_sdeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ platformio pkg install -e native -t platformio/[email protected]
1111
tar -cf pio.tar pio/
1212
rm -rf pio
1313
# Download the latest meshtastic/web release build.tar to `web.tar`
14-
curl https://github.com/meshtastic/web/releases/download/latest/build.tar -o web.tar
14+
curl -L https://github.com/meshtastic/web/releases/download/latest/build.tar -o web.tar
1515

1616
package=$(dpkg-parsechangelog --show-field Source)
1717

debian/control

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Section: misc
33
Priority: optional
44
Maintainer: Austin Lane <[email protected]>
55
Build-Depends: debhelper-compat (= 13),
6+
tar,
7+
gzip,
68
platformio,
79
python3-protobuf,
810
python3-grpcio,

0 commit comments

Comments
 (0)