summarylogtreecommitdiffstats
path: root/httpjs.install
blob: 9fd00843b63312ad32dedb30a7a44c5691f85e5d (plain)
1
2
3
4
post_install() {
  setcap 'cap_net_bind_service=+ep' /usr/bin/node
  echo "You can run HTTPjs with httpjs command."
}