on_create.sh 199 B

123456
  1. #!/usr/bin/env bash
  2. sudo apt update
  3. sudo apt install -y netcat
  4. sudo add-apt-repository -y ppa:deadsnakes/ppa
  5. sudo apt install -y python3.12
  6. curl -sSL https://install.python-poetry.org | python3.12 -