From 76f03138b8f72b585a54db180719cbf536a48e6b Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:53:35 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dc7d975..d676e4b 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,12 @@ Then paste the script in the containers console ```bash bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)" ``` +## CentOS +First install curl on the container +```bash +yum install -y curl +``` +Then paste the script in the containers console +```bash +bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))" +```