add setup scripts
This commit is contained in:
3
scripts/host/ubuntu-fuse-setup.sh
Normal file
3
scripts/host/ubuntu-fuse-setup.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
apt update -y && \
|
||||
apt install --yes fuse-overlayfs && \
|
||||
&& curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
2
scripts/host/ubuntu-setup.sh
Normal file
2
scripts/host/ubuntu-setup.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
apt update -y && \
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
Reference in New Issue
Block a user