mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Ubuntu] Display APT sources on 24 properly (#10006)
This commit is contained in:
@@ -38,7 +38,11 @@ EOF
|
|||||||
apt-get purge unattended-upgrades
|
apt-get purge unattended-upgrades
|
||||||
|
|
||||||
echo 'APT sources'
|
echo 'APT sources'
|
||||||
cat /etc/apt/sources.list
|
if ! is_ubuntu24; then
|
||||||
|
cat /etc/apt/sources.list
|
||||||
|
else
|
||||||
|
cat /etc/apt/sources.list.d/ubuntu.sources
|
||||||
|
fi
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
# Install jq
|
# Install jq
|
||||||
|
|||||||
Reference in New Issue
Block a user