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"
|
||||
Reference in New Issue
Block a user