Skip to content

Commit

Permalink
Merge pull request #669 from kxynos/main
Browse files Browse the repository at this point in the history
Update installation.md
  • Loading branch information
qkaiser authored Oct 16, 2023
2 parents 745efc0 + 42ce782 commit aee811b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ There is a handy `install-deps.sh` script included in the repository and PyPI pa
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
sudo dpkg -i sasquatch_1.0_amd64.deb
rm sasquatch_1.0_amd64.deb
3. If you need **squashfs(arm64) support**, install sasquatch(arm64):

curl -L -o sasquatch_1.0_arm64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v4.5.1-4/sasquatch_1.0_arm64.deb
sudo dpkg -i sasquatch_1.0_arm64.deb
rm sasquatch_1.0_arm64.deb

0 comments on commit aee811b

Please sign in to comment.