Ubuntu Pastebin

Paste from orf at Fri, 29 Jan 2016 10:33:55 +0000

Download as text
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

killall blueman-manager
killall blueman-applet
sudo apt-get remove bluez -y
sudo apt-get install blueman bluez gnome-bluetooth gnome-user-share pulseaudio-module-bluetooth
sudo service bluetooth start
blueman-manager &> /dev/null &
Download as text