Skip to content

Commit 7454a5b

Browse files
Prabhatkumar59Prabhat kumar
andauthored
[Ubuntu24] adding libicu package version 70 (#11547)
Co-authored-by: Prabhat kumar <prabhatkumar59@Prabhats-Laptop.local>
1 parent b55bfdd commit 7454a5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

images/ubuntu/scripts/build/configure-dpkg.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Source the helpers for use with the script
88
source $HELPER_SCRIPTS/etc-environment.sh
9-
9+
source $HELPER_SCRIPTS/os.sh
1010
# This is the anti-frontend. It never interacts with you at all,
1111
# and makes the default answers be used for all questions. It
1212
# might mail error messages to root, but that's it; otherwise it
@@ -30,3 +30,9 @@ cat <<EOF >> /etc/apt/apt.conf.d/10apt-autoremove
3030
APT::Get::AutomaticRemove "0";
3131
APT::Get::HideAutoRemove "1";
3232
EOF
33+
34+
# Install libicu70 package for Ubuntu 24
35+
if is_ubuntu24 ; then
36+
wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu70_70.1-2_amd64.deb
37+
sudo apt-get install -y ./libicu70_70.1-2_amd64.deb
38+
fi

0 commit comments

Comments
 (0)