From dfeaea42232038a20047d2821a12cbe4add365e7 Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 1 Sep 2024 00:04:57 -0500 Subject: [PATCH] Update script.sh --- onedrive/engine/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onedrive/engine/script.sh b/onedrive/engine/script.sh index b8878aa..cdac882 100644 --- a/onedrive/engine/script.sh +++ b/onedrive/engine/script.sh @@ -1,4 +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 +git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal /app pip3 install -r /app/requirements.txt python3 /app/main.py