This commit is contained in:
2022-10-06 00:15:06 +01:00
parent 77820baee3
commit ee672cd354

View File

@@ -1,4 +1,4 @@
#!/bin/bash
apt install --yes fuse-overlay
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
apt install --yes fuse-overlayfs \
&& curl -fsSL https://get.docker.com -o get-docker.sh \
&& sh get-docker.sh