We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9470997 commit 9d101b6Copy full SHA for 9d101b6
tools/rtkbase_update.sh
@@ -203,7 +203,10 @@ upd_2.6.0() {
203
# update modem_check_service file (see https://github.com/Stefal/rtkbase/commit/cfad1981e483d74da04f53b8d7b354661100d610)
204
"${destination_directory}"/tools/install.sh --user "${standard_user}" --unit-files
205
# build rtklib if current release doesn't work
206
- "${destination_directory}"/tools/install.sh --user "${standard_user}" --rtklib
+ if ! str2str --version > /dev/null 2>&1
207
+ then
208
+ "${destination_directory}"/tools/install.sh --user "${standard_user}" --rtklib
209
+ fi
210
}
211
212
#check if we can apply the update
0 commit comments