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 b6bb975 commit 14c4e05Copy full SHA for 14c4e05
scripts/lejos/build.sh
@@ -17,9 +17,6 @@ mkdir -p "$LEJOSDIR/deb" "$LEJOSDIR/root"
17
echo "copy in JRI"
18
cp -rf --preserve=links "$IMAGEDIR/jri-ev3" "$LEJOSDIR/jri"
19
20
-echo "create version file ($JAVA_VERSION)"
21
-echo "$JAVA_VERSION" >"$LEJOSDIR/jri/jrever"
22
-
23
echo "download DEB packages"
24
cd "$LEJOSDIR/deb"
25
apt-get download `cat "$SCRIPTDIR/lejos/pkgs.txt"`
0 commit comments