Skip to content

Commit c84bec1

Browse files
committed
sasquatch patch was merged
1 parent 366de69 commit c84bec1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,21 @@ fi
7676

7777
function install_yaffshiv
7878
{
79-
git clone https://github.com/devttys0/yaffshiv
79+
git clone --quiet --depth 1 --branch "master" https://github.com/devttys0/yaffshiv
8080
(cd yaffshiv && $SUDO $PYTHON setup.py install)
8181
$SUDO rm -rf yaffshiv
8282
}
8383

8484
function install_sasquatch
8585
{
86-
git clone --quiet --depth 1 --branch "patch-1" https://github.com/eacmen/sasquatch
86+
git clone --quiet --depth 1 --branch "master" https://github.com/devttys0/sasquatch
8787
(cd sasquatch && $SUDO ./build.sh)
8888
$SUDO rm -rf sasquatch
8989
}
9090

9191
function install_jefferson
9292
{
93-
git clone https://github.com/sviehb/jefferson
93+
git clone --quiet --depth 1 --branch "master" https://github.com/sviehb/jefferson
9494
(cd jefferson && $SUDO $PYTHON -mpip install -r requirements.txt && $SUDO $PYTHON setup.py install)
9595
$SUDO rm -rf jefferson
9696
}
@@ -113,7 +113,7 @@ function install_cramfstools
113113
INSTALL_LOCATION=/usr/local/bin
114114

115115
# https://github.com/torvalds/linux/blob/master/fs/cramfs/README#L106
116-
git clone https://github.com/npitre/cramfs-tools
116+
git clone --quiet --depth 1 --branch "master" https://github.com/npitre/cramfs-tools
117117
# There is no "make install"
118118
(cd cramfs-tools \
119119
&& make \
@@ -126,7 +126,7 @@ function install_cramfstools
126126

127127
function install_ubireader
128128
{
129-
git clone https://github.com/jrspruitt/ubi_reader
129+
git clone --quiet --depth 1 --branch "master" https://github.com/jrspruitt/ubi_reader
130130
(cd ubi_reader && $SUDO $PYTHON setup.py install)
131131
$SUDO rm -rf ubi_reader
132132
}

0 commit comments

Comments
 (0)