unmask systemd-networkd
This commit is contained in:
parent
8810315db2
commit
cd8d22d36b
4
install
4
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.25
|
||||
# version: 1.6.26
|
||||
#
|
||||
|
||||
if [[ $(id -u) -ne 0 ]]; then
|
||||
@ -223,6 +223,8 @@ dpkg -P udisks2
|
||||
echo "Install prerequisites..."
|
||||
apt-get --yes --no-install-recommends install dirmngr gnupg
|
||||
|
||||
systemctl unmask systemd-networkd.service
|
||||
|
||||
# install openmediavault if not installed already
|
||||
omvInstall=$(dpkg -l | awk '$2 == "openmediavault" { print $1 }')
|
||||
if [[ ! "${omvInstall}" == "ii" ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user