We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef01561 commit 8f8ac48Copy full SHA for 8f8ac48
modules/native-libraries.sh
@@ -8,17 +8,10 @@ if [ "$PLATFORM" == "ev3" ] ||
8
[ "$PLATFORM" == "pistorms" ]; then
9
10
apt-get update
11
-
12
- if [ "$(isInstalled libopencv2.4-java)" == "no" ]; then
13
- apt-get install --yes --no-install-recommends libopencv2.4-java
14
- fi
15
16
- if [ "$(isInstalled librxtx-java)" == "no" ]; then
17
- apt-get install --yes --no-install-recommends librxtx-java
18
+ apt-get install --yes --no-install-recommends libopencv2.4-java librxtx-java
19
20
else
21
- echo "This platform: $PLATFORM is not suitable for Battery Monitor."
+ echo "This platform: $PLATFORM is not suitable for native libraries."
22
echo
23
fi
24
0 commit comments