up(cron): up crontab

This commit is contained in:
cnphpbb 2025-01-26 04:42:23 +08:00
parent 51276134eb
commit 79f84a7285

View File

@ -1,4 +1,7 @@
#!/usr/bin/bash
#!/usr/bin/env bash
## crontab -e
## 5 1 * * 1 /data/deploy/crontab/autoApt.job >> /dev/null 2>&1
apt update \
&& apt upgrade -y \