diff --git a/docker/scripts/install-connectors.sh b/docker/scripts/install-connectors.sh index 54ee737..210f53e 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -24,8 +24,8 @@ apt-get update apt-get -y install --no-install-recommends $BUILD_PACKAGES git clone https://github.com/jketterl/owrx_connector.git -# latest develop as of 2021-02-01 (string parsing fixes) -cmakebuild owrx_connector 4789a82015a66f11440bdfd4a935bafa7da22fbe +# latest develop as of 2021-04-21 (device selector improvements) +cmakebuild owrx_connector 532aa8fb102d9d6bb3f53a21f9acdd4af317493e apt-get -y purge --autoremove $BUILD_PACKAGES apt-get clean