From 7218501d2428582031165c5a2d3e42bc4843eeff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 17 Apr 2023 21:04:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eopensuse.sh=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opensuse.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 opensuse.sh diff --git a/opensuse.sh b/opensuse.sh new file mode 100644 index 0000000..8ab55f0 --- /dev/null +++ b/opensuse.sh @@ -0,0 +1,7 @@ +#!/bin/bash +zypper --non-interactive install docker +systemctl start docker +systemctl enable docker +zypper --non-interactive install python3-pip +pip3 install docker-compose +fi \ No newline at end of file