Change Create Windows Task to main.py

main
Sebastian Serfling 2023-08-10 15:20:31 +02:00
parent cfcf0b211f
commit 7791426e6a
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ git remote add orgin https://gitlab.stines.de/sebastian.serfling/REPORTS.git
git fetch
git pull orgin main
## Add Crontab
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
## Install Python
python3 -m pip install virtualenv
python3 -m virtualenv venv