File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
content/manuals/engine/install Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -114,13 +114,7 @@ Docker from the repository.
114114 sudo curl -fsSL {{% param " download-url-base" %}}/gpg -o /etc/apt/keyrings/docker.asc
115115 sudo chmod a+r /etc/apt/keyrings/docker.asc
116116
117- # Add the repository to Apt sources (legacy format):
118- echo \
119- " deb [arch=$( dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] {{% param " download-url-base" %}} \
120- $( . /etc/os-release && echo " $VERSION_CODENAME " ) stable" | \
121- sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
122-
123- # Add the repository to Apt sources (new deb822 format, introduced with Trixie):
117+ # Add the repository to Apt sources:
124118 echo -e \
125119 " Types: deb\n\
126120 URIs: https://download.docker.com/linux/debian/\n\
You can’t perform that action at this time.
0 commit comments