Files

7 lines
96 B
Bash
Raw Permalink Normal View History

2026-06-01 10:41:12 +03:00
#!/bin/sh
if [ -e /etc/resolv.conf ]; then
sudo rm /etc/resolv.conf
fi
install_service "iwd"