Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 18, 2024
1 parent d831f99 commit 8d9131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A5A70917
sudo bash -c "echo \"deb http://r2cloud.s3.amazonaws.com $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud.list"
sudo bash -c "echo \"deb http://r2cloud.s3.amazonaws.com/cpu-generic $(lsb_release --codename --short) main\" > /etc/apt/sources.list.d/r2cloud-generic.list"
sudo apt-get update
sudo apt-get install -y debhelper git-buildpackage cmake libvolk2-dev libprotobuf-c-dev libconfig-dev check libiio-dev
sudo apt-get install -y debhelper git-buildpackage cmake libconfig-dev valgrind check cmake pkg-config libvolk2-dev librtlsdr-dev

APT_CLI_VERSION="apt-cli-1.8"
if [ ! -f ${HOME}/${APT_CLI_VERSION}.jar ]; then
Expand Down

0 comments on commit 8d9131e

Please sign in to comment.