diff --git a/docker/scripts/install-connectors.sh b/docker/scripts/install-connectors.sh index 2564668..cf72509 100755 --- a/docker/scripts/install-connectors.sh +++ b/docker/scripts/install-connectors.sh @@ -23,7 +23,7 @@ BUILD_PACKAGES="git cmake make gcc g++ libsamplerate-dev libfftw3-dev" apt-get update apt-get -y install --no-install-recommends $BUILD_PACKAGES -git clone https://github.com/jketterl/owrx_connector.git +git clone https://github.com/luarvique/owrx_connector.git cmakebuild owrx_connector 0.6.0 apt-get -y purge --autoremove $BUILD_PACKAGES