Create script.sh

This commit is contained in:
kadma
2024-09-01 00:01:56 -05:00
committed by GitHub
parent c0f9caa700
commit c67ad7b58d

View File

@@ -0,0 +1,4 @@
apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano curl -y
git https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal /app
pip3 install -r /app/requirements.txt
python3 /app/main.py