Initial commit

This commit is contained in:
Kendel Christoph
2025-12-27 20:13:26 +01:00
commit 90d55cad7e
24 changed files with 1355 additions and 0 deletions

4
scripts/install.sh Executable file
View File

@@ -0,0 +1,4 @@
sudo apt update
sudo apt install -y python3 python3-full
sudo apt install python3-psutil python3-docker
sudo usermod -aG docker $USER