Update README.md

This commit is contained in:
sdn-ninja 2024-05-21 19:59:40 +01:00 committed by GitHub
parent f83d4436ee
commit 558f121143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ cd /opt/blah2
sudo chown -R $USER . sudo chown -R $USER .
sudo chmod a+x ./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run sudo chmod a+x ./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run
sudo ./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run --tar -xvf -C ./lib/sdrplay-3.14.0 sudo ./lib/sdrplay-3.14.0/SDRplay_RSP_API-Linux-3.14.0.run --tar -xvf -C ./lib/sdrplay-3.14.0
cd lib/sdrplay-3.14.0/ && sudo ./install_lib.sh cd lib/sdrplay-3.14.0/ && sudo ./install_lib.sh && cd ../../
sudo docker network create blah2 sudo docker network create blah2
sudo systemctl enable docker sudo systemctl enable docker
sudo docker compose up -d --build sudo docker compose up -d --build