File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
.github/actions/setup-dependencies Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515
1616 - name : Install sasquatch
1717 run : |
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
18+ curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-4 /sasquatch_1.0_amd64.deb
1919 sudo dpkg -i sasquatch_1.0_amd64.deb
2020 rm -f sasquatch_1.0_amd64.deb
2121 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 \
2222 zlib1g-dev \
2323 libmagic1 \
2424 zstd
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 \
25+ RUN curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-4 /sasquatch_1.0_amd64.deb \
2626 && dpkg -i sasquatch_1.0_amd64.deb \
2727 && rm -f sasquatch_1.0_amd64.deb
2828
Original file line number Diff line number Diff line change @@ -118,6 +118,6 @@ The Nix derivation installs all 3rd party dependencies.
118118
1191192 . If you need ** squashfs support** , install sasquatch:
120120
121- 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
121+ curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-4 /sasquatch_1.0_amd64.deb
122122 sudo dpkg -i sasquatch_1.0_amd64.deb
123123 rm sasquatch_1.0_amd64.deb
You can’t perform that action at this time.
0 commit comments