sudo apt update
sudo apt install -y git curl wget
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt install -y nodejs
sudo apt install -y python3 python3-pip python3-venv
node -v && python3 --version && git --version