There was an error while loading. Please reload this page.
1 parent 4255711 commit 49a1225Copy full SHA for 49a1225
2 files changed
ct/kometa.sh
@@ -39,6 +39,7 @@ function update_script() {
39
cp /opt/kometa/config/config.yml /opt
40
msg_ok "Backup completed"
41
42
+ ensure_dependencies git
43
PYTHON_VERSION="3.13" setup_uv
44
fetch_and_deploy_gh_release "kometa" "Kometa-Team/Kometa" "tarball"
45
install/kometa-install.sh
@@ -13,6 +13,10 @@ setting_up_container
13
network_check
14
update_os
15
16
+msg_info "Installing Dependencies"
17
+$STD apt install -y git
18
+msg_ok "Installed Dependencies"
19
+
20
21
22
0 commit comments