summarylogtreecommitdiffstats
path: root/falcon-sensor.install
blob: b13ff8e5025f361bf8a52b530b3868b4c61cac3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo ':: Add your customer id to falcon: '
  echo "     sudo /opt/CrowdStrike/falconctl -s --cid=<CID>"
  echo ':: Start and enable falcon-sensor through systemd:'
  echo '     sudo systemctl enable --now falcon-sensor'
}

post_upgrade() {
  echo ':: Add your customer id to falcon: '
  echo "     sudo /opt/CrowdStrike/falconctl -s --cid=<CID>"
  echo ':: Start and enable falcon-sensor through systemd:'
  echo '     sudo systemctl enable --now falcon-sensor'
}