Change Create Windows Task to main.py

main
Sebastian Serfling 2023-08-10 15:24:11 +02:00
parent 7791426e6a
commit acd5fca551
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,11 @@ git fetch
git pull orgin main
## Add Crontab
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
if [ -e .crontab ]; then
next
else:
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
touch .crontab
## Install Python
python3 -m pip install virtualenv