File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- apt remove $( dpkg --get-selections docker.io docker-compose docker-doc podman-docker containerd runc | cut -f1)
3+ apt remove " $( dpkg --get-selections docker.io docker-compose docker-doc podman-docker containerd runc | cut -f1) "
44
55# Add Docker's official GPG key:
66apt update -y
@@ -9,6 +9,7 @@ install -m 0755 -d /etc/apt/keyrings
99curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc
1010chmod a+r /etc/apt/keyrings/docker.asc
1111
12+ # shellcheck source=/dev/null
1213# Add the repository to Apt sources:
1314tee /etc/apt/sources.list.d/docker.sources << EOF
1415Types: deb
Original file line number Diff line number Diff line change 22curl -fsSL https://github.com/LcJuves/podock/raw/refs/heads/dev/lcjuves/container-image-builder/install-docker-for-debian.sh | sh
33```
44``` bash
5- curl -fsSL https://gitlab .com/LcJuves/podock/-/ raw/main /v2node/run-self-hosted-v2node-container.sh | sh
5+ curl -fsSL https://github .com/LcJuves/podock/raw/refs/heads/dev/lcjuves /v2node/run-self-hosted-v2node-container.sh | sh
66```
You can’t perform that action at this time.
0 commit comments