From a7bab15b1bda27d0c6365b445e5eada9136eb703 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Mon, 15 May 2023 20:14:46 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index a1c4636..9b8d157 100644 --- a/install.sh +++ b/install.sh @@ -109,10 +109,12 @@ echo "Setup nfsense Config" systemctl enable nftables systemctl enable systemd-networkd systemctl disable NetworkManager +systemctl stop NetworkManager echo "Apply nfsense Config" ./nfsense apply + echo "Starting nfsense" systemctl enable nfsense systemctl start nfsense