2024-11-07

This commit is contained in:
fz0x1 2024-11-07 19:58:25 +00:00
parent 7d9e95fafa
commit 2386104331
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