File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ install_ubuntu() {
20
20
# # Add Dockers official GPG key & stable repo
21
21
sudo mkdir -p /etc/apt/keyrings
22
22
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
23
- echo " deb [arch=$( dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $( lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
23
+ echo " deb [arch=$( dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $( lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list
24
24
# curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
25
25
# sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
26
26
# # Install Docker latest
You can’t perform that action at this time.
0 commit comments