Skip to content

Commit

Permalink
workaround for hanging build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 15, 2024
1 parent 5fb3023 commit e3c83d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sensor-raspi/sensor_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ build_arkime_src(){

cp -r ./capture/plugins/lua/samples "${arkime_dir}"/lua

npm install license-checker
release/notice.txt.pl "${arkime_dir}/" NOTICE release/CAPTURENOTICE > "${arkime_dir}/NOTICE.txt"
# as I said above, license-checker is hanging on me
# npm install license-checker
# release/notice.txt.pl "${arkime_dir}/" NOTICE release/CAPTURENOTICE > "${arkime_dir}/NOTICE.txt"
cat NOTICE release/CAPTURENOTICE > "${arkime_dir}/NOTICE.txt"

rm -f $arkime_dir/etc/*.systemd.service

Expand Down

0 comments on commit e3c83d2

Please sign in to comment.