doti/system/nm.sh
Robin Bärtschi 8240c33ef0 a lot more
scripts in system/ are for setting up the system
2025-07-05 23:58:51 +02:00

10 lines
164 B
Bash
Executable File

#!/usr/bin/env bash
. "std.sh"
info "NetworkManager Setup"
pacinstall networkmanager
sudo systemctl enable --now networkmanager
info "NetworkManager Setup done"