diff --git a/content/service/daily_update/run b/content/service/daily_update/run index 7b785c4..543029b 100644 --- a/content/service/daily_update/run +++ b/content/service/daily_update/run @@ -2,6 +2,8 @@ exec 2>&1 +pipx upgrade --pip-args='--no-cache-dir' gallery-dl + # Refresh rclone config file DRIVE_NAME="$(grep ^drive-name /mnt/data/config/script.conf | cut -d= -f2-)" DRIVE_NAME_AUTO="$(sed -n '1p' /mnt/data/config/rclone.conf | sed "s/.*\[//g;s/\].*//g;s/\r$//")"