Skip to content

Commit 3876ed7

Browse files
committed
remove whitespaces in final sources file
1 parent 7ecb568 commit 3876ed7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/manuals/engine/install/debian.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ Docker from the repository.
122122

123123
# Add the repository to Apt sources (new deb822 format, introduced with Trixie):
124124
echo -e \
125-
"Types: deb\n \
126-
URIs: https://download.docker.com/linux/debian/\n \
127-
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")\n \
128-
Components: stable\n \
129-
Signed-By: /etc/apt/keyrings/docker.gpg" | \
130-
sudo tee /etc/apt/sources.list.d/docker.sources > /dev/null
125+
"Types: deb\n\
126+
URIs: https://download.docker.com/linux/debian/\n\
127+
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")\n\
128+
Components: stable\n\
129+
Signed-By: /etc/apt/keyrings/docker.gpg" | \
130+
sudo tee /etc/apt/sources.list.d/docker.sources > /dev/null
131131

132132
sudo apt-get update
133133
```

0 commit comments

Comments
 (0)