add network configurations

This commit is contained in:
desolate
2026-06-01 10:41:12 +03:00
parent cb6624f417
commit 0bef633b6b
9 changed files with 39 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
if [ -e /etc/resolv.conf ]; then
sudo rm /etc/resolv.conf
fi
install_service "iwd"
+1
View File
@@ -8,6 +8,7 @@ INSTALLING SERVICES:
. "$SERVICES_DIR/install-chronyd.sh"
. "$SERVICES_DIR/install-dbus.sh"
. "$SERVICES_DIR/install-iwd.sh"
. "$SERVICES_DIR/install-rtkit.sh"
. "$SERVICES_DIR/install-seatd.sh"
. "$SERVICES_DIR/install-socklog-unix.sh"