From b0b28e92de6b699f79d7391c74890ccc9c40d5d8 Mon Sep 17 00:00:00 2001 From: wy580477 <98247050+wy580477@users.noreply.github.com> Date: Sat, 18 Jun 2022 07:50:23 +0800 Subject: [PATCH] auto-update gallery-dl --- content/service/daily_update/run | 2 ++ 1 file changed, 2 insertions(+) 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$//")"