Update install/ebusd-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
CanbiZ (MickLesk) 2026-01-26 21:24:54 +01:00 committed by GitHub
parent 8a06452794
commit 9c03a5dcd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,15 +13,12 @@ setting_up_container
network_check network_check
update_os update_os
msg_info "Setting up ebusd Repository"
setup_deb822_repo \ setup_deb822_repo \
"ebusd" \ "ebusd" \
"https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd.gpg" \ "https://raw.githubusercontent.com/john30/ebusd-debian/master/ebusd.gpg" \
"https://repo.ebusd.eu/apt/default/bookworm/" \ "https://repo.ebusd.eu/apt/default/bookworm/" \
"bookworm" \ "bookworm" \
"main" "main"
$STD apt update
msg_ok "ebusd Repository setup successfully"
msg_info "Installing ebusd" msg_info "Installing ebusd"
$STD apt install -y ebusd $STD apt install -y ebusd