Files
service-finder/archive/old_other/init_dev.sh
2026-02-04 21:58:57 +00:00

3 lines
141 B
Bash
Executable File

#!/bin/bash
sudo apt-get update && sudo apt-get install -y mc python3 python3-pip docker.io htop
echo "--- Fejlesztői környezet kész! ---"