File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ This article assumes that you've already installed an Ubuntu Linux operating sys
54
54
` ` ` bash
55
55
sudo sed -i ' s/http:\/\/archive\.ubuntu\.com\/ubuntu\//http:\/\/azure\.archive\.ubuntu\.com\/ubuntu\//g' /etc/apt/sources.list
56
56
sudo sed -i ' s/http:\/\/[a-z][a-z]\.archive\.ubuntu\.com\/ubuntu\//http:\/\/azure\.archive\.ubuntu\.com\/ubuntu\//g' /etc/apt/sources.list
57
+ sudo sed -i ' s/http:\/\/security\.ubuntu\.com\/ubuntu\//http:\/\/azure\.archive\.ubuntu\.com\/ubuntu\//g' /etc/apt/sources.list
58
+ sudo sed -i ' s/http:\/\/[a-z][a-z]\.security\.ubuntu\.com\/ubuntu\//http:\/\/azure\.archive\.ubuntu\.com\/ubuntu\//g' /etc/apt/sources.list
57
59
sudo apt-get update
58
60
` ` `
59
61
You can’t perform that action at this time.
0 commit comments