Skip to content

Commit 9b78ae8

Browse files
committed
Minor change
1 parent 01158f5 commit 9b78ae8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/java.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ fi
4444

4545
if [ -e "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" ]; then
4646
echo "ok"
47+
tar -zxvf "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" -C /home/robot/
48+
#/opt
49+
#update-alternatives --install /usr/bin/java java /opt/ejdk1.8.0/linux_arm_sflt/jre/bin/java 1
50+
#java -version
4751
else
4852
echo "nok"
4953
fi

0 commit comments

Comments
 (0)