Skip to content

Commit

Permalink
add support for jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Feb 10, 2024
1 parent a503c19 commit 1fbdeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_and_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OS_CODENAME=$2
BASE_VERSION=$3
BUILD_NUMBER=$4
GPG_KEYNAME=$5
APT_CLI_VERSION="apt-cli-1.8"
APT_CLI_VERSION="apt-cli-1.9"

DEBEMAIL="[email protected]"
DEBFULLNAME="r2cloud"
Expand Down
2 changes: 1 addition & 1 deletion configure_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo bash -c "echo \"deb http://r2cloud.s3.amazonaws.com/cpu-generic $(lsb_relea
sudo apt-get update
sudo apt-get install -y debhelper git-buildpackage cmake libvolk2-dev libprotobuf-c-dev libconfig-dev check libiio-dev

APT_CLI_VERSION="apt-cli-1.8"
APT_CLI_VERSION="apt-cli-1.9"
if [ ! -f ${HOME}/${APT_CLI_VERSION}.jar ]; then
wget -O ${APT_CLI_VERSION}.jar.temp https://github.com/dernasherbrezon/apt-cli/releases/download/${APT_CLI_VERSION}/apt-cli.jar
mv ${APT_CLI_VERSION}.jar.temp ${HOME}/${APT_CLI_VERSION}.jar
Expand Down

0 comments on commit 1fbdeb0

Please sign in to comment.