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    
cav-linux / opt / COMODO / menu / comodo-diagnostics
Size: Mime:
#!/bin/sh
if [ `which su-to-root` ]; then
  su-to-root -X -c /opt/COMODO/cavdiagnostic
elif [ `which gksu` ]; then
  gksu /opt/COMODO/cavdiagnostic
elif [ `which kdesu` ]; then
  kdesu /opt/COMODO/cavdiagnostic
else
  /opt/COMODO/cavdiagnostic
fi