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