File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/actions/setup-dependencies Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- name : Install sasquatch
17
17
run : |
18
- curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-2 /sasquatch_1.0_amd64.deb
18
+ curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-3 /sasquatch_1.0_amd64.deb
19
19
sudo dpkg -i sasquatch_1.0_amd64.deb
20
20
rm -f sasquatch_1.0_amd64.deb
21
21
shell : bash
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
22
22
zlib1g-dev \
23
23
libmagic1 \
24
24
zstd
25
- RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-2 /sasquatch_1.0_amd64.deb \
25
+ RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-3 /sasquatch_1.0_amd64.deb \
26
26
&& dpkg -i sasquatch_1.0_amd64.deb \
27
27
&& rm -f sasquatch_1.0_amd64.deb
28
28
Original file line number Diff line number Diff line change @@ -124,6 +124,6 @@ The Nix derivation installs all 3rd party dependencies.
124
124
125
125
2 . If you need ** squashfs support** , install sasquatch:
126
126
127
- curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-2 /sasquatch_1.0_amd64.deb
127
+ curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-3 /sasquatch_1.0_amd64.deb
128
128
sudo dpkg -i sasquatch_1.0_amd64.deb
129
129
rm sasquatch_1.0_amd64.deb
You can’t perform that action at this time.
0 commit comments