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

View file

@ -7,6 +7,7 @@ license=('MIT')
url="https://git.hydrar.de/navos"
source=()
sha256sums=()
install=navos.install
package_navos_desktop() {
pkgdesc="Meta package for navOS Desktop"

3
navos.install Normal file
View file

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