projects
/
oweals
/
gnunet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
use enum GNUNET_ATS_Network_Type instead of uint32_t where appropriate
[oweals/gnunet.git]
/
src
/
transport
/
install-bluetooth-helper.sh
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