unmask systemd-networkd

This commit is contained in:
Aaron Murray 2022-11-11 09:31:24 -06:00
parent 8810315db2
commit cd8d22d36b

View File

@ -13,7 +13,7 @@
# https://github.com/armbian/config/blob/master/debian-software # https://github.com/armbian/config/blob/master/debian-software
# https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/ # 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 if [[ $(id -u) -ne 0 ]]; then
@ -223,6 +223,8 @@ dpkg -P udisks2
echo "Install prerequisites..." echo "Install prerequisites..."
apt-get --yes --no-install-recommends install dirmngr gnupg apt-get --yes --no-install-recommends install dirmngr gnupg
systemctl unmask systemd-networkd.service
# install openmediavault if not installed already # install openmediavault if not installed already
omvInstall=$(dpkg -l | awk '$2 == "openmediavault" { print $1 }') omvInstall=$(dpkg -l | awk '$2 == "openmediavault" { print $1 }')
if [[ ! "${omvInstall}" == "ii" ]]; then if [[ ! "${omvInstall}" == "ii" ]]; then