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

@@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}"
var_ram="${var_ram:-2048}"
var_disk="${var_disk:-8}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"
var_version="${var_version:-13}"
var_unprivileged="${var_unprivileged:-1}"
header_info "$APP"
@@ -27,9 +27,11 @@ function update_script() {
msg_error "No ${APP} Installation Found!"
exit
fi
msg_info "Updating ${APP} LXC"
$STD apt-get update
$STD apt-get -y upgrade
msg_info "Updating FHEM"
$STD apt update
$STD apt upgrade -y
msg_ok "Updated FHEM"
msg_ok "Updated successfully!"
exit
}

View File

@@ -23,7 +23,7 @@
"ram": 2048,
"hdd": 8,
"os": "debian",
"version": "12"
"version": "13"
}
}
],

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