Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
af260228
Commit
af260228
authored
Nov 22, 2020
by
Igor Pecovnik
Browse files
stable instead of edge
parent
22e8ac6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
af260228
...
...
@@ -646,10 +646,10 @@ fi
install_docker ()
{
if [[ $distribution == groovy || $distribution == focal || $distribution == bionic ]]; then
echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu focal
edg
e" > \
echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu focal
stabl
e" > \
/etc/apt/sources.list.d/docker.list
else
echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/debian buster
edg
e" >\
echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/debian buster
stabl
e" >\
/etc/apt/sources.list.d/docker.list
fi
curl -fsSL "https://download.docker.com/linux/debian/gpg" | apt-key add -qq - > /dev/null 2>
&
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment