Add bootstrap scripts

This commit is contained in:
0x1d
2025-04-21 17:31:12 +02:00
parent 34495a389b
commit b9cdb9fa15
6 changed files with 44 additions and 13 deletions

7
scripts/docker.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
rm get-docker.sh
usermod -aG docker pi