From c67ad7b58da2407bd7c613db3be3415899c98eba Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 1 Sep 2024 00:01:56 -0500 Subject: [PATCH] Create script.sh --- onedrive/engine/script.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 onedrive/engine/script.sh diff --git a/onedrive/engine/script.sh b/onedrive/engine/script.sh new file mode 100644 index 0000000..b8878aa --- /dev/null +++ b/onedrive/engine/script.sh @@ -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