mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Update install.sh
This commit is contained in:
parent
160e8d9001
commit
a7bab15b1b
1 changed files with 2 additions and 0 deletions
|
@ -109,10 +109,12 @@ echo "Setup nfsense Config"
|
||||||
systemctl enable nftables
|
systemctl enable nftables
|
||||||
systemctl enable systemd-networkd
|
systemctl enable systemd-networkd
|
||||||
systemctl disable NetworkManager
|
systemctl disable NetworkManager
|
||||||
|
systemctl stop NetworkManager
|
||||||
|
|
||||||
echo "Apply nfsense Config"
|
echo "Apply nfsense Config"
|
||||||
./nfsense apply
|
./nfsense apply
|
||||||
|
|
||||||
|
|
||||||
echo "Starting nfsense"
|
echo "Starting nfsense"
|
||||||
systemctl enable nfsense
|
systemctl enable nfsense
|
||||||
systemctl start nfsense
|
systemctl start nfsense
|
||||||
|
|
Loading…
Add table
Reference in a new issue