Skip to content

Commit

Permalink
Sasquatch see:ReFirmLabs#601
Browse files Browse the repository at this point in the history
  • Loading branch information
HoxhaEndri committed May 25, 2023
1 parent cddfede commit a601ac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ function install_yaffshiv
function install_sasquatch
{
git clone --quiet --depth 1 --branch "master" https://github.com/devttys0/sasquatch
(cd sasquatch && $SUDO ./build.sh)
(cd sasquatch &&
wget https://github.com/devttys0/sasquatch/pull/47.patch &&
patch -p1 < 47.patch &&
$SUDO ./build.sh)
$SUDO rm -rf sasquatch
}

Expand Down

0 comments on commit a601ac7

Please sign in to comment.