mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
[Ubuntu24] adding libicu package version 70 (#11547)
Co-authored-by: Prabhat kumar <prabhatkumar59@Prabhats-Laptop.local>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Source the helpers for use with the script
|
# Source the helpers for use with the script
|
||||||
source $HELPER_SCRIPTS/etc-environment.sh
|
source $HELPER_SCRIPTS/etc-environment.sh
|
||||||
|
source $HELPER_SCRIPTS/os.sh
|
||||||
# This is the anti-frontend. It never interacts with you at all,
|
# This is the anti-frontend. It never interacts with you at all,
|
||||||
# and makes the default answers be used for all questions. It
|
# and makes the default answers be used for all questions. It
|
||||||
# might mail error messages to root, but that's it; otherwise it
|
# 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
|
|||||||
APT::Get::AutomaticRemove "0";
|
APT::Get::AutomaticRemove "0";
|
||||||
APT::Get::HideAutoRemove "1";
|
APT::Get::HideAutoRemove "1";
|
||||||
EOF
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user