> has been changed to >>

This commit is contained in:
Andy Mishechkin
2020-04-17 12:49:15 +04:00
parent b372346543
commit 5cd3d57cf3

View File

@@ -17,6 +17,6 @@ curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
curl https://packages.microsoft.com/config/ubuntu/$LSB_RELEASE/multiarch/prod.list > /etc/apt/sources.list.d/microsoft-prod.list
curl https://packages.microsoft.com/config/ubuntu/$LSB_RELEASE/multiarch/prod.list >> /etc/apt/sources.list.d/microsoft-prod.list
apt-get update