Repository URL to install this package:
#!/bin/sh if [ `which su-to-root` ]; then su-to-root -X -c /opt/COMODO/cavupdater elif [ `which gksu` ]; then gksu /opt/COMODO/cavupdater elif [ `which kdesu` ]; then kdesu /opt/COMODO/cavupdater else /opt/COMODO/cavupdater fi