Skip to content

Commit

Permalink
Add nmcli python module requirement for modem management
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Nov 6, 2023
1 parent c9faf78 commit 6b12971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ _add_modem_port(){
}

_configure_modem(){
sudo -u "${RTKBASE_USER}" "${rtkbase_path}/venv/bin/python" -m pip install nmcli --extra-index-url https://www.piwheels.org/simple
python3 "${rtkbase_path}"/tools/modem_config.py --config
"${rtkbase_path}"/tools/lte_network_mgmt.sh --connection_rename --lte_priority
}
Expand Down

0 comments on commit 6b12971

Please sign in to comment.