Repository URL to install this package:
|
Version:
1.1.268025-1 ▾
|
#!/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