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 python-relational relational
else
python /usr/share/EDU/insucces_ping.py;
fi
exit