Files
docker/scripts/ubuntu-fuse-setup.sh
2023-09-28 21:29:59 +01:00

4 lines
117 B
Bash

#!/bin/bash
apt install --yes fuse-overlayfs
curl -fsSL "https://get.docker.com" -o get-docker.sh
sh get-docker.sh