Skip to content

Commit

Permalink
Yes and quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
thp committed Sep 11, 2017
1 parent fbfb0a7 commit a0ec957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ case "$UNAME" in
. /etc/lsb-release
if [ "$DISTRIB_RELEASE" = "14.04" ]; then
echo "Detected Ubuntu 14.04 LTS, installing BlueZ 5"
sudo apt-get purge bluez
sudo add-apt-repository ppa:vidplace7/bluez5
sudo apt-get update
sudo apt-get install bluez
sudo apt-get purge -q -y bluez
sudo add-apt-repository --yes ppa:vidplace7/bluez5
sudo apt-get update -qq
sudo apt-get install -q -y bluez
fi
fi
;;
Expand Down

0 comments on commit a0ec957

Please sign in to comment.