install-bluetooth-helper.sh 178 B

12345
  1. #!/bin/bash
  2. # $1 - bindir
  3. # $2 - sudo binary (optional)
  4. $2 chown root:root $1/gnunet-helper-transport-bluetooth || true
  5. $2 chmod u+s $1/gnunet-helper-transport-bluetooth || true