From 721141865dfa0b10c7c5f40796f7908fdb9d2821 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Thu, 10 Aug 2023 16:18:08 -0500 Subject: [PATCH] add bullseye to the backports removal from sources.list --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index deb83db..712a123 100755 --- a/install +++ b/install @@ -13,7 +13,7 @@ # https://github.com/armbian/config/blob/master/debian-software # https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/ # -# version: 1.6.31 +# version: 1.6.32 # if [[ $(id -u) -ne 0 ]]; then @@ -298,7 +298,7 @@ fi . /usr/share/openmediavault/scripts/helper-functions # remove backports from sources.list to avoid duplicate sources warning -sed -i "/\(stretch\|buster\)-backports/d" /etc/apt/sources.list +sed -i "/\(stretch\|buster\|bullseye\)-backports/d" /etc/apt/sources.list if [ ${rpi} -eq 1 ]; then if [ ! "${arch}" = "arm64" ]; then