Repository URL to install this package:
#!/usr/bin/env bash if ping -q -c 1 -W 1 8.8.8.8 >/dev/null; then apt-get update; apt-get install -y extrema else python /usr/share/EDU/insucces_ping.py; sleep 2; fi exit