From bf2a5574e930e2f24079ebd60e2850c37e7b7902 Mon Sep 17 00:00:00 2001 From: Jockel Date: Fri, 17 Feb 2017 09:21:17 +0100 Subject: [PATCH] fix git syntax --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f289bc..3a64b31 100644 --- a/install.sh +++ b/install.sh @@ -70,7 +70,7 @@ tput cup 15 5 echo "-> download rtl_fm......................" cd $boswatchpath/install #git clone git://git.osmocom.org/rtl-sdr.git >> $boswatchpath/install/setup_log.txt 2>&1 -git https://github.com/Schrolli91/rtl-sdr.git >> $boswatchpath/install/setup_log.txt 2>&1 +git clone https://github.com/Schrolli91/rtl-sdr.git >> $boswatchpath/install/setup_log.txt 2>&1 cd rtl-sdr/ tput cup 13 15