From 42ce782b36a84da8d0bb64082f12856affd2ffa7 Mon Sep 17 00:00:00 2001 From: Konstantinos Xynos Date: Sun, 15 Oct 2023 22:45:48 +0200 Subject: [PATCH] Update installation.md Added sasquatch_1.0_arm64.deb instructions --- docs/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index 00a0cce098..05594f9ba2 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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