Skip to content

Commit 4c7d8ac

Browse files
authored
Minor fix required installation script
1 parent 0819aec commit 4c7d8ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/install_deps_req.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ make install
6161
# go back to original directory
6262
cd ../..
6363

64-
# just as fail-safe
65-
sudo ldconfig
64+
# just as fail-safe in Linux
65+
if [ $OS = "Linux" ]; then
66+
sudo ldconfig
67+
fi

0 commit comments

Comments
 (0)