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