Update bambuddy-install.sh

This commit is contained in:
Tobias
2026-03-14 13:02:13 +01:00
committed by GitHub
parent 43a47d9922
commit 3738b2a18b

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2026 community-scripts ORG
# Author: [Adrian-RDA]
# License: MIT | https://github.com/Adrian-RDA/ProxmoxVE/raw/main/LICENSE
# Author: Adrian-RDA
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
# Source: https://github.com/maziggy/bambuddy
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
@@ -14,13 +14,11 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
libglib2.0-0
$STD apt-get install -y libglib2.0-0
msg_ok "Installed Dependencies"
PYTHON_VERSION="3.13" setup_uv
NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "bambuddy" "maziggy/bambuddy" "tarball" "latest" "/opt/bambuddy"
msg_info "Setting up Python Environment"