diff options
-rw-r--r-- | lib/network/connection/cellular_bluetooth.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_bluetooth.pm b/lib/network/connection/cellular_bluetooth.pm index d320a6e..5c99b63 100644 --- a/lib/network/connection/cellular_bluetooth.pm +++ b/lib/network/connection/cellular_bluetooth.pm @@ -18,7 +18,7 @@ sub get_devices { sub get_metric { 45 } sub get_interface { "ppp0" } -sub get_packages { 'bluez-utils', 'ppp' } +sub get_packages { 'bluez', 'ppp' } sub get_rfcomm_device { my ($self) = @_; |