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