Commit af260228 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

stable instead of edge

parent 22e8ac6f
...@@ -646,10 +646,10 @@ fi ...@@ -646,10 +646,10 @@ fi
install_docker () install_docker ()
{ {
if [[ $distribution == groovy || $distribution == focal || $distribution == bionic ]]; then if [[ $distribution == groovy || $distribution == focal || $distribution == bionic ]]; then
echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu focal edge" > \ echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu focal stable" > \
/etc/apt/sources.list.d/docker.list /etc/apt/sources.list.d/docker.list
else else
echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/debian buster edge" >\ echo "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/debian buster stable" >\
/etc/apt/sources.list.d/docker.list /etc/apt/sources.list.d/docker.list
fi fi
curl -fsSL "https://download.docker.com/linux/debian/gpg" | apt-key add -qq - > /dev/null 2>&1 curl -fsSL "https://download.docker.com/linux/debian/gpg" | apt-key add -qq - > /dev/null 2>&1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment