You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2024. It is now read-only.
check_commands mktemp patch lsof wget find sed grep ntlm_auth awk tr bc xmllint;
354
353
}
355
354
356
355
checkDependenciesLogos10() {
@@ -416,12 +415,10 @@ chooseVersion() {
416
415
*"10")
417
416
checkDependenciesLogos10;
418
417
export TARGETVERSION="10";
419
-
if [ -z"${LOGOS64_URL}" ];thenexport LOGOS64_URL="https://downloads.logoscdn.com/LBS10/${VERBUM_PATH}Installer/${LOGOS_RELEASE_VERSION}/${FLPRODUCT}-x64.msi";fi
420
418
;;
421
419
*"9")
422
420
checkDependenciesLogos9;
423
421
export TARGETVERSION="9";
424
-
if [ -z"${LOGOS64_URL}" ];thenexport LOGOS64_URL="https://downloads.logoscdn.com/LBS9/${VERBUM_PATH}Installer/9.17.0.0010/${FLPRODUCT}-x64.msi";fi
425
422
;;
426
423
"Exit.")
427
424
exit
@@ -430,6 +427,9 @@ chooseVersion() {
430
427
logos_error "Installation canceled!"
431
428
esac
432
429
430
+
LOGOS_RELEASE_VERSION=$(curl -s "https://clientservices.logos.com/update/v1/feed/logos${TARGETVERSION}/stable.xml"| xmllint --format - | sed -e 's/ xmlns.*=".*"//g'| sed -e 's@logos:minimum-os-version@minimum-os-version@g'| sed -e 's@logos:version@version@g'| xmllint --xpath "/feed/entry[1]/version/text()" -);export LOGOS_RELEASE_VERSION;
431
+
if [ -z"${LOGOS64_URL}" ];thenexport LOGOS64_URL="https://downloads.logoscdn.com/LBS${TARGETVERSION}/${VERBUM_PATH}Installer/${LOGOS_RELEASE_VERSION}/${FLPRODUCT}-x64.msi";fi
0 commit comments