diff --git a/setup-info.sh b/setup-info.sh index 48581d6..17eb296 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -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