Change Create Windows Task to main.py
parent
cfcf0b211f
commit
7791426e6a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue