Skip to content

Commit 7e2650e

Browse files
committed
remove non-deb822 format sources
1 parent 3876ed7 commit 7e2650e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

content/manuals/engine/install/debian.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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\

0 commit comments

Comments
 (0)