From 72d0a01382cc5e4b28cb150a35d2ae2357f3fa99 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Jun 2025 08:44:19 +0200 Subject: [PATCH] fixes --- ct/metube.sh | 3 ++- install/metube-install.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/metube.sh b/ct/metube.sh index db4fd47a4..abfd891cb 100644 --- a/ct/metube.sh +++ b/ct/metube.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/python_to_uv/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2025 tteck # Author: MickLesk (Canbiz) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE @@ -78,6 +78,7 @@ function update_script() { $STD /opt/metube/.venv/bin/python -m pip install --upgrade pip $STD /opt/metube/.venv/bin/python -m pip install pipenv $STD /opt/metube/.venv/bin/pipenv install + $STD /opt/metube/.venv/bin/pipenv update yt-dlp msg_info "Patching systemd Service" cat </etc/systemd/system/metube.service diff --git a/install/metube-install.sh b/install/metube-install.sh index 207a7c696..a83a0371e 100644 --- a/install/metube-install.sh +++ b/install/metube-install.sh @@ -41,6 +41,7 @@ $STD /opt/metube/.venv/bin/python -m ensurepip --upgrade $STD /opt/metube/.venv/bin/python -m pip install --upgrade pip $STD /opt/metube/.venv/bin/python -m pip install pipenv $STD /opt/metube/.venv/bin/pipenv install +$STD /opt/metube/.venv/bin/pipenv update yt-dlp mkdir -p /opt/metube_downloads /opt/metube_downloads/.metube /opt/metube_downloads/music /opt/metube_downloads/videos cat </opt/metube/.env