GShellAutomator/Automator/utils/change_mac.sh

6 lines
110 B
Bash
Raw Normal View History

2021-08-26 21:33:51 +02:00
#!/bin/bash
# change mac
2021-09-01 17:37:03 +02:00
sudo ip link set enp39s0 down
sudo macchanger -r enp39s0
sudo ip link set enp39s0 up