From 830ceffe2943b5fb8e676d3039e1978eeb807914 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Jan 2009 21:07:54 +0000 Subject: install bluez not bluez-utils (which no longer exists) when setting up a bluetooth DUN connection --- lib/network/connection/cellular_bluetooth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/network/connection/cellular_bluetooth.pm') 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) = @_; -- cgit v1.2.1