mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
add support for bg95
This commit is contained in:
parent
c56ac39f6f
commit
db0d83ce4e
@ -75,10 +75,13 @@ IS_TELIT=$?
|
||||
# For Quectel
|
||||
if [[ $IS_QUECTEL -eq 0 ]]; then
|
||||
|
||||
lsusb | grep 0700 > /dev/null
|
||||
MODEL_BG95=$?
|
||||
|
||||
lsusb | grep BG9 > /dev/null
|
||||
MODEL_BG9X=$?
|
||||
|
||||
if [[ $MODEL_BG9X -eq 0 ]]; then
|
||||
if [[ $MODEL_BG9X -eq 0 ]] || [[ $MODEL_BG95 -eq 0 ]]; then
|
||||
# BG95 and BG96
|
||||
|
||||
# RAT Searching Sequence
|
||||
|
Loading…
Reference in New Issue
Block a user