Add docker-compose

This commit is contained in:
Manuel Thalmann 2022-11-22 10:06:55 +01:00
parent 616ffc7dbb
commit 60304a99a7

View file

@ -4,5 +4,5 @@ if [ ! "$UID" -eq 0 ]
then then
sudo bash "$BASH_SOURCE" sudo bash "$BASH_SOURCE"
else else
apt install -y steam vim docker.io apt install -y steam vim docker.io docker-compose
fi fi