kemonine
/
lollipopcloud
Archived
1
0
Fork 0

Merge branch 'modem-manager-updates' of kemonine/docs into master

This commit is contained in:
KemoNine 2019-01-18 18:48:40 +00:00 committed by Gitea
commit 49fa5c1d94
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ mmcli --modem 0 --3gpp-scan --timeout=100
mmcli --modem 0 --simple-connect="pin=1234,apn=internet"
# Setup persistent connection via NetworkManager
nmcli c add con-name "wan-wwan-1" type gsm ifname "*" apn "internet"
nmcli c add con-name "wan-wwan-1" type gsm ifname "*" apn "internet" home-only true
```