Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
edu / usr / share / EDU / Ardour / install.sh
Size: Mime:
#!/bin/bash
if ping -q -c 1 -W 1 8.8.8.8 >/dev/null; then
  apt-get update;
  apt-get install -y ardour
else
  python /usr/share/EDU/insucces_ping.py;
  sleep 2;  
fi
exit