From a0d2599961c7853f0f3c534e4b814ceafe78423a Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Thu, 10 Aug 2023 15:32:18 +0200 Subject: [PATCH] Change Create Windows Task to main.py --- setup-info.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/setup-info.sh b/setup-info.sh index a4879f1..4a87f03 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -7,12 +7,6 @@ cd /root/REPORTS apt update apt install python3-pip git -y -## Add GIT -git init -git remote add orgin https://gitlab.stines.de/sebastian.serfling/REPORTS.git -git fetch -git pull orgin main - ## Add Crontab if [ -e .crontab ]; then echo "Gibt es" @@ -23,6 +17,14 @@ else: touch .crontab fi +## Add GIT +git init +git remote add orgin https://gitlab.stines.de/sebastian.serfling/REPORTS.git +git fetch +git pull orgin main + + + ## Install Python python3 -m pip install virtualenv python3 -m virtualenv venv