File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/manuals/engine/install Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 ```
You can’t perform that action at this time.
0 commit comments