setup networkmanager
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JMARyA 2025-04-27 20:36:16 +02:00
parent 442f977d06
commit 541158c79a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 4 additions and 0 deletions

3
navos.install Normal file
View file

@ -0,0 +1,3 @@
function post_install() {
systemctl enable NetworkManager.service
}