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