From 8bf3214ce386091c8f50a2e86534b52bdd5f3da4 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 6 May 2022 11:20:04 -0700 Subject: [PATCH] cell testing script old-commit-hash: 7bcecbfd0d1b3d5f47e263b86d64012f30944ab5 --- scripts/cell.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/cell.sh diff --git a/scripts/cell.sh b/scripts/cell.sh new file mode 100755 index 0000000000..cae701eccc --- /dev/null +++ b/scripts/cell.sh @@ -0,0 +1,5 @@ +#!/usr/bin/bash + +nmcli connection modify --temporary lte ipv4.route-metric 1 +nmcli connection modify --temporary lte ipv6.route-metric 1 +nmcli con up lte