mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
Setting '-y' has been added to installation of apt-transport-https
This commit is contained in:
@@ -9,7 +9,7 @@ LSB_RELEASE=$(lsb_release -rs)
|
|||||||
# Install Microsoft repository
|
# Install Microsoft repository
|
||||||
wget https://packages.microsoft.com/config/ubuntu/$LSB_RELEASE/packages-microsoft-prod.deb
|
wget https://packages.microsoft.com/config/ubuntu/$LSB_RELEASE/packages-microsoft-prod.deb
|
||||||
dpkg -i packages-microsoft-prod.deb
|
dpkg -i packages-microsoft-prod.deb
|
||||||
apt-get install apt-transport-https
|
apt-get install -y apt-transport-https
|
||||||
|
|
||||||
# Install Microsoft GPG public key
|
# Install Microsoft GPG public key
|
||||||
curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
|
||||||
|
|||||||
Reference in New Issue
Block a user