mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
fix git syntax
This commit is contained in:
parent
8371c50d3d
commit
bf2a5574e9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue