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 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-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
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-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 \
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 @@ -124,6 +124,6 @@ The Nix derivation installs all 3rd party dependencies.
124124
1251252 . If you need ** squashfs support** , install sasquatch:
126126
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
128128 sudo dpkg -i sasquatch_1.0_amd64.deb
129129 rm sasquatch_1.0_amd64.deb
You can’t perform that action at this time.
0 commit comments