Change Create Windows Task to main.py

main
Sebastian Serfling 2023-08-10 15:24:50 +02:00
parent acd5fca551
commit ac6c6dc794
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ if [ -e .crontab ]; then
else:
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
touch .crontab
fi
## Install Python
python3 -m pip install virtualenv