FHEM: Bump to Debian 13 (#11061)

* bump

* Update
This commit is contained in:
Slaviša Arežina
2026-01-23 08:44:26 +01:00
committed by GitHub
parent c435f0abf0
commit cc801353f8
3 changed files with 17 additions and 14 deletions

View File

@@ -14,18 +14,19 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y avahi-daemon
$STD apt install -y avahi-daemon
msg_ok "Installed Dependencies"
msg_info "Setting up Fhem Repository"
curl -fsSL https://debian.fhem.de/archive.key | gpg --dearmor >/etc/apt/trusted.gpg.d/debianfhemde-archive-keyring.gpg
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/debianfhemde-archive-keyring.gpg] https://debian.fhem.de/nightly/ /' >/etc/apt/sources.list.d/fhem.list
msg_ok "Set up Fhem Repository"
setup_deb822_repo \
"fhem" \
"https://debian.fhem.de/archive.key" \
"https://debian.fhem.de/nightly/" \
"/" \
" "
msg_info "Installing Fhem"
$STD apt-get update
$STD apt-get install -y fhem
msg_info "Installed Fhem"
msg_info "Setting up FHEM"
$STD apt install -y fhem
msg_ok "Setup FHEM"
motd_ssh
customize