Skip to content

Commit

Permalink
Merge pull request #861 from agrare/fix_qpid_proton_missing_kinetic_repo
Browse files Browse the repository at this point in the history
Ubuntu Kinetic has been removed, replace with Lunar

(cherry picked from commit 7d29bbd)
  • Loading branch information
Fryguy committed Oct 25, 2023
1 parent c18e073 commit fb881bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/before_install
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if [ -n "$CI" ]; then
echo "== Installing system packages =="
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-add-repository --yes 'deb http://us.archive.ubuntu.com/ubuntu kinetic universe'
sudo apt-get install -y libqpid-proton11-dev
sudo apt-add-repository --yes 'deb http://us.archive.ubuntu.com/ubuntu lunar universe'
sudo apt-get install -t lunar -y libqpid-proton11-dev
echo

# Enable the qpid_proton bundler group
Expand Down

0 comments on commit fb881bf

Please sign in to comment.