From c2607e15ce11a867318b5aac9dc742522b7e1176 Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Thu, 19 Jan 2023 23:57:15 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 82c6700..47bf4b8 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ Docker install scripts for Proxmox Containers ## Alpine sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/Docker-Installer/main/alpine.sh)" - If there is an error because curl is missing, install it with 'apk add curl' + +## Debian +sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/debian.sh)"