From 6a58b7e4d306f200ef60d06b8ec8c00d2bf3fd48 Mon Sep 17 00:00:00 2001 From: Stefal Date: Sat, 6 Jun 2020 20:07:14 +0200 Subject: [PATCH] Linking to branch master --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 8c554d05..434c45aa 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -152,7 +152,7 @@ install_rtklib() { rtkbase_repo(){ #Get rtkbase repository - sudo -u $(logname) git clone -b web_gui --single-branch https://github.com/stefal/rtkbase.git + sudo -u $(logname) git clone https://github.com/stefal/rtkbase.git sudo -u $(logname) touch rtkbase/settings.conf }