mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
48909089fa
old-commit-hash: 7331b3cc95fbb3bdfb62bb04f0caa8275daa37e2
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
|