Skip to content

Commit

Permalink
ethercat install and ldconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer Kordmaa committed Nov 12, 2022
1 parent a507590 commit edb5516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions background_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ function install_all_libs {
mkdir build
cmake -S . -B build/
cmake --build build/
sudo cmake --install build/
sudo /sbin/ldconfig -v
cd ../..

echo ""
Expand Down

0 comments on commit edb5516

Please sign in to comment.