Change Create Windows Task to main.py
This commit is contained in:
@@ -13,6 +13,9 @@ git remote add orgin https://gitlab.stines.de/sebastian.serfling/REPORTS.git
|
|||||||
git fetch
|
git fetch
|
||||||
git pull orgin main
|
git pull orgin main
|
||||||
|
|
||||||
|
## Add Crontab
|
||||||
|
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
|
||||||
|
|
||||||
## Install Python
|
## Install Python
|
||||||
python3 -m pip install virtualenv
|
python3 -m pip install virtualenv
|
||||||
python3 -m virtualenv venv
|
python3 -m virtualenv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user