make the installer start nm

This commit is contained in:
Alfredo Monclus 2024-06-02 07:02:41 -03:00
parent 18853a7371
commit 7ce29ab539

View File

@ -300,6 +300,8 @@ install_network_manager()
else
echo_ok "Insalling NetworkManager for the network panel"
sudo apt install network-manager
sudo systemctl start NetworkManager
sudo systemctl enable NetworkManager
fi
fi
}