Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
06e222ff
Unverified
Commit
06e222ff
authored
Sep 16, 2019
by
Igor Pečovnik
Committed by
GitHub
Sep 16, 2019
Browse files
Merge pull request #67 from Obihoernchen/patch-1
Fix multiple sources entry on Buster with OMV5
parents
2b9908c4
beb6380c
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
06e222ff
...
...
@@ -547,7 +547,7 @@ install_ncp (){
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
...
...
@@ -635,8 +635,9 @@ debconf-apt-progress -- apt-get --yes --auto-remove --show-upgraded \
--option DPkg::Options::="--force-confold" \
install postfix dirmngr openmediavault
# Fix multiple sources entry on ARM with OMV
4
# Fix multiple sources entry on ARM with OMV
sed -i '/stretch-backports/d' /etc/apt/sources.list
sed -i '/buster-backports/d' /etc/apt/sources.list
# Install OMV-Extras
FILE="${TEMP_DIR}/omv_extras.deb"; wget "$OMV_EXTRAS_URL" -qO $FILE
&&
dpkg -i $FILE ; rm $FILE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment