From dac47050c9490259639c1c6b1d3706f306b52134 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Fri, 27 Aug 2021 06:53:34 -0500 Subject: [PATCH] add --allow-releaseinfo-change flag to apt-get update --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 55ddbbc..346c241 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.5.0 +# version: 1.5.1 # if [[ $(id -u) -ne 0 ]]; then @@ -116,7 +116,7 @@ fi echo "Updating repos before installing..." -apt-get update +apt-get --allow-releaseinfo-change update echo "Installing lsb_release..." apt-get --yes --no-install-recommends --reinstall install lsb-release