Skip to content

Commit b9af6b2

Browse files
author
Patrick M
committed
update lxc docker script
1 parent ff68ac0 commit b9af6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-01-01-lxc-docker-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: ["proxmox", "lxc", "debian", "docker", "setup"]
99
A quick guide to getting docker running on a Debian CT. Everything in this guide can be completed quickly by running this curl/sudo-bash script from my gist.
1010

1111
```bash
12-
curl -s https://gist.githubusercontent.com/binarypatrick/1e9fcb79eec72fd82bde63a08b47a535/raw/ffacfe5f8fd9a14932e48ac290633421919981b8/debian-docker-install.sh | sudo bash
12+
curl -s https://gist.githubusercontent.com/binarypatrick/1e9fcb79eec72fd82bde63a08b47a535/raw | sudo bash
1313
```
1414

1515

0 commit comments

Comments
 (0)