add network configurations
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -e /etc/resolv.conf ]; then
|
||||
sudo rm /etc/resolv.conf
|
||||
fi
|
||||
install_service "iwd"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user