From ee9fd0c8be179495d3880664f68056fcdd83eb74 Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:59:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88426bf..c1f17df 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,5 @@ bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer ## CentOS Paste the script in the machines console ```bash -bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))" +bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh)" ```