Repository URL to install this package:
|
Version:
0.15 ▾
|
#!/bin/bash
if ping -q -c 1 -W 1 8.8.8.8 >/dev/null; then
apt-get update
apt-get install -y icedtea-8-plugin icedtea-netx icedtea-netx-common icedtea-plugin
javaws /usr/share/EDU/StarBiochem/StarBiochem3.jnlp
cp -R /usr/share/EDU/StarBiochem/mozo-made-5.desktop /usr/share/applications/Starbiochem.desktop
else
python /usr/share/EDU/insucces_ping.py;
fi
exit