Skip to content

Commit

Permalink
install.sh: Fix clone rtty
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Jan 31, 2020
1 parent a1e4fd1 commit 974747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ rm -rf /tmp/rtty-build
mkdir /tmp/rtty-build
pushd /tmp/rtty-build

git clone https://github.com/zhaojh329/rtty.git || {
git clone --recursive https://github.com/zhaojh329/rtty.git || {
echo "Clone rtty failed"
exit 1
}
Expand Down

0 comments on commit 974747f

Please sign in to comment.