2024-11-07

This commit is contained in:
fz0x1 2024-11-07 19:58:25 +00:00
parent d06e0eab82
commit d8b9d9610e
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
3 changed files with 5 additions and 21 deletions

5
global/scripts/bin/macchange Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
systemctl stop NetworkManager.service
macchanger -r wlan0
systemctl start NetworkManager.service