Updating repo name

This commit is contained in:
Luarvique L. Luarvique 2022-12-11 16:23:39 -05:00 committed by GitHub
parent 1fa9e497e8
commit d3bc9c651c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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