File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ read -n 1 -s -p "Press any key to continue..."
244
244
# wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
245
245
# sudo dpkg -i packages-microsoft-prod.deb
246
246
sudo add-apt-repository universe
247
- sudo apt-get install software-properties-common apt-transport-https curl gpg wget -y
247
+ sudo apt-get install software-properties-common apt-transport-https curl gpg -y
248
248
# Backup for manual installation.
249
249
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg
250
250
sudo mv -f microsoft.asc.gpg /etc/apt/trusted.gpg.d/
@@ -271,7 +271,7 @@ read -n 1 -s -p "Press any key to continue..."
271
271
sudo apt-get update
272
272
# wget -q https://packages.microsoft.com/config/ubuntu/19.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
273
273
# sudo dpkg -i packages-microsoft-prod.deb
274
- sudo apt-get install software-properties-common apt-transport-https curl gpg wget -y
274
+ sudo apt-get install software-properties-common apt-transport-https curl gpg -y
275
275
# Backup for manual installation.
276
276
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg
277
277
sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/
You can’t perform that action at this time.
0 commit comments