Skip to content

Commit 49a1225

Browse files
committed
kometa: install git, needed by requirements.txt's git dependency
1 parent 4255711 commit 49a1225

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

ct/kometa.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function update_script() {
3939
cp /opt/kometa/config/config.yml /opt
4040
msg_ok "Backup completed"
4141

42+
ensure_dependencies git
4243
PYTHON_VERSION="3.13" setup_uv
4344
fetch_and_deploy_gh_release "kometa" "Kometa-Team/Kometa" "tarball"
4445

install/kometa-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ setting_up_container
1313
network_check
1414
update_os
1515

16+
msg_info "Installing Dependencies"
17+
$STD apt install -y git
18+
msg_ok "Installed Dependencies"
19+
1620
PYTHON_VERSION="3.13" setup_uv
1721
fetch_and_deploy_gh_release "kometa" "Kometa-Team/Kometa" "tarball"
1822

0 commit comments

Comments
 (0)