From 3738b2a18b63ce84010f8cf3738a1d539900f2e2 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:02:13 +0100 Subject: [PATCH] Update bambuddy-install.sh --- install/bambuddy-install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install/bambuddy-install.sh b/install/bambuddy-install.sh index aac40d55..f00025be 100644 --- a/install/bambuddy-install.sh +++ b/install/bambuddy-install.sh @@ -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"