Change Create Windows Task to main.py

This commit is contained in:
2023-08-10 15:24:50 +02:00
parent acd5fca551
commit ac6c6dc794
+1
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