mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-18 02:26:11 +02:00
kometa: add git, needed by requirements.txt's git dependency (#16562)
This commit is contained in:
committed by
GitHub
parent
bb7721b199
commit
4ec4bb26ed
@@ -39,6 +39,7 @@ function update_script() {
|
||||
cp /opt/kometa/config/config.yml /opt
|
||||
msg_ok "Backup completed"
|
||||
|
||||
ensure_dependencies git
|
||||
PYTHON_VERSION="3.13" setup_uv
|
||||
fetch_and_deploy_gh_release "kometa" "Kometa-Team/Kometa" "tarball"
|
||||
|
||||
|
||||
@@ -13,6 +13,10 @@ setting_up_container
|
||||
network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y git
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
PYTHON_VERSION="3.13" setup_uv
|
||||
fetch_and_deploy_gh_release "kometa" "Kometa-Team/Kometa" "tarball"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user