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 default-jre
cd /tmp
rm -rf Alice3_unix_3_3_0.sh
wget -c https://sourceforge.net/projects/academix/files/PRO2/Alice3_unix_3_3_0.sh
chmod +x Alice3_unix_3_3_0.sh
sh Alice3_unix_3_3_0.sh
rm -rf Alice3_unix_3_3_0.sh
rm -rf /usr/share/applications/Alice 3-0.desktop
cp -R /usr/share/EDU/Alice_3/Alice 3.desktop /var/lib/menu-xdg/applications/menu-xdg/X-Debian-Applications-Programming-Alice3.desktop
else
python /usr/share/EDU/insucces_ping.py;
sleep 2;
fi
exit