mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-15 20:15:14 +08:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/usr/bin/bash
|
|
nmcli connection modify --temporary esim ipv4.route-metric 1 ipv6.route-metric 1
|
|
nmcli con up esim
|