5 lines
251 B
Bash
5 lines
251 B
Bash
apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano curl -y
|
|
git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal /app
|
|
pip3 install -r /app/requirements.txt
|
|
python3 /app/main.py
|