Skip to content

Commit

Permalink
#76 apt --allow-downgrades for libexpat
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Feb 11, 2025
1 parent 599715d commit 092aeea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/system/setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ apt-get install -y --no-install-recommends \

# https://bugs.launchpad.net/ubuntu/+source/expat/+bug/2058415
if [ "${codename}" = 'jammy' ]; then
apt-get update && \
apt-get install -y libexpat1=2.4.7-1 libexpat1-dev=2.4.7-1 && \
apt-get install -y --allow-downgrades libexpat1=2.4.7-1 libexpat1-dev=2.4.7-1
apt-mark hold libexpat1 libexpat1-dev
fi

Expand Down

0 comments on commit 092aeea

Please sign in to comment.