Skip to content

Commit

Permalink
[Ubuntu24] adding libicu package version 70 (#11547)
Browse files Browse the repository at this point in the history
Co-authored-by: Prabhat kumar <[email protected]>
  • Loading branch information
Prabhatkumar59 and Prabhat kumar authored Feb 6, 2025
1 parent b55bfdd commit 7454a5b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion images/ubuntu/scripts/build/configure-dpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Source the helpers for use with the script
source $HELPER_SCRIPTS/etc-environment.sh

source $HELPER_SCRIPTS/os.sh
# This is the anti-frontend. It never interacts with you at all,
# and makes the default answers be used for all questions. It
# might mail error messages to root, but that's it; otherwise it
Expand All @@ -30,3 +30,9 @@ cat <<EOF >> /etc/apt/apt.conf.d/10apt-autoremove
APT::Get::AutomaticRemove "0";
APT::Get::HideAutoRemove "1";
EOF

# Install libicu70 package for Ubuntu 24
if is_ubuntu24 ; then
wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu70_70.1-2_amd64.deb
sudo apt-get install -y ./libicu70_70.1-2_amd64.deb
fi

0 comments on commit 7454a5b

Please sign in to comment.