diff --git a/deps.sh b/deps.sh index cbd821cd9..c186d3b79 100755 --- a/deps.sh +++ b/deps.sh @@ -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 }