From 18737760a6439d487990fd3308c94ad81bdfffea Mon Sep 17 00:00:00 2001 From: simatec Date: Tue, 8 Mar 2022 14:21:24 +0100 Subject: [PATCH] (simatec) Beta 0.1.0 --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 0c366f0..589c6e7 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,6 @@ apt install curl git -y ``` curl -sSL https://get.docker.com/ | CHANNEL=stable sh -``` - -``` systemctl enable --now docker ``` @@ -31,9 +28,6 @@ systemctl enable --now docker ``` curl -L https://github.com/docker/compose/releases/download/$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) > /usr/local/bin/docker-compose -``` - -``` chmod +x /usr/local/bin/docker-compose ``` @@ -53,13 +47,7 @@ apt purge postfix -y ``` cd /opt -``` - -``` git clone https://github.com/simatec/piler-docker.git -``` - -``` cd /opt/piler-docker ```