first commit

This commit is contained in:
2025-11-01 06:00:52 +05:30
parent 6a49b604a7
commit ae7194a9f2
2110 changed files with 382375 additions and 0 deletions

11
requirements.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Update and install Python 3.10 + venv + distutils
apt-get update
apt-get install -y software-properties-common curl wget
add-apt-repository ppa:deadsnakes/ppa -y
apt-get update
apt-get install -y python3.10 python3.10-venv python3.10-distutils