Unverified Commit beb6380c authored by Obihörnchen's avatar Obihörnchen Committed by GitHub
Browse files

Fix multiple sources entry on Buster with OMV5

The same fix is needed for Buster as well.
Source is in /etc/apt/sources.list.d/openmediavault-kernel-backports.list already..
parent 1338517a
...@@ -547,7 +547,7 @@ install_ncp (){ ...@@ -547,7 +547,7 @@ install_ncp (){
install_omv (){ install_omv (){
# #
# On Debian install OpenMediaVault 3 (Jessie) or 4 (Stretch) # On Debian install OpenMediaVault 3 (Jessie), 4 (Stretch) or 5 (Buster)
# #
# TODO: Some OMV packages lack authentication # TODO: Some OMV packages lack authentication
...@@ -635,8 +635,9 @@ debconf-apt-progress -- apt-get --yes --auto-remove --show-upgraded \ ...@@ -635,8 +635,9 @@ debconf-apt-progress -- apt-get --yes --auto-remove --show-upgraded \
--option DPkg::Options::="--force-confold" \ --option DPkg::Options::="--force-confold" \
install postfix dirmngr openmediavault install postfix dirmngr openmediavault
# Fix multiple sources entry on ARM with OMV4 # Fix multiple sources entry on ARM with OMV
sed -i '/stretch-backports/d' /etc/apt/sources.list sed -i '/stretch-backports/d' /etc/apt/sources.list
sed -i '/buster-backports/d' /etc/apt/sources.list
# Install OMV-Extras # Install OMV-Extras
FILE="${TEMP_DIR}/omv_extras.deb"; wget "$OMV_EXTRAS_URL" -qO $FILE && dpkg -i $FILE ; rm $FILE FILE="${TEMP_DIR}/omv_extras.deb"; wget "$OMV_EXTRAS_URL" -qO $FILE && dpkg -i $FILE ; rm $FILE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment