76
76
77
77
function install_yaffshiv
78
78
{
79
- git clone https://github.com/devttys0/yaffshiv
79
+ git clone --quiet --depth 1 --branch " master " https://github.com/devttys0/yaffshiv
80
80
(cd yaffshiv && $SUDO $PYTHON setup.py install)
81
81
$SUDO rm -rf yaffshiv
82
82
}
83
83
84
84
function install_sasquatch
85
85
{
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
87
87
(cd sasquatch && $SUDO ./build.sh)
88
88
$SUDO rm -rf sasquatch
89
89
}
90
90
91
91
function install_jefferson
92
92
{
93
- git clone https://github.com/sviehb/jefferson
93
+ git clone --quiet --depth 1 --branch " master " https://github.com/sviehb/jefferson
94
94
(cd jefferson && $SUDO $PYTHON -mpip install -r requirements.txt && $SUDO $PYTHON setup.py install)
95
95
$SUDO rm -rf jefferson
96
96
}
@@ -113,7 +113,7 @@ function install_cramfstools
113
113
INSTALL_LOCATION=/usr/local/bin
114
114
115
115
# 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
117
117
# There is no "make install"
118
118
(cd cramfs-tools \
119
119
&& make \
@@ -126,7 +126,7 @@ function install_cramfstools
126
126
127
127
function install_ubireader
128
128
{
129
- git clone https://github.com/jrspruitt/ubi_reader
129
+ git clone --quiet --depth 1 --branch " master " https://github.com/jrspruitt/ubi_reader
130
130
(cd ubi_reader && $SUDO $PYTHON setup.py install)
131
131
$SUDO rm -rf ubi_reader
132
132
}
0 commit comments