mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 16:43:13 +02:00
5 lines
112 B
Bash
Executable File
5 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
sudo systemctl enable systemd-resolved
|
|
sudo cp hosts /etc/hosts
|
|
sudo systemd-resolve --flush-caches
|