Setting '-y' has been added to installation of apt-transport-https

This commit is contained in:
Andrey Mishechkin (Akvelon INC)
2020-02-20 13:49:38 +04:00
parent bff4ce7726
commit 28a081bda6

View File

@@ -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 -