Skip to content

Commit

Permalink
builder: Use buster distribution for clever repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sfalexrog committed Dec 24, 2019
1 parent 320f7a4 commit 7527855
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ apt-get update \
echo "deb http://packages.ros.org/ros/ubuntu buster main" > /etc/apt/sources.list.d/ros-latest.list
echo "deb http://deb.coex.tech/opencv3 buster main" > /etc/apt/sources.list.d/opencv3.list
echo "deb http://deb.coex.tech/rpi-ros-melodic buster main" > /etc/apt/sources.list.d/rpi-ros-melodic.list
# FIXME: We still don't have these packages built for Buster
# FIXME: Check these packages after their installation
echo "deb http://deb.coex.tech/clever stretch main" > /etc/apt/sources.list.d/clever.list
echo "deb http://deb.coex.tech/clever buster main" > /etc/apt/sources.list.d/clever.list

echo_stamp "Update apt cache"

Expand Down

0 comments on commit 7527855

Please sign in to comment.