calamares/data/calamares_polkit

7 lines
133 B
Plaintext
Raw Permalink Normal View History

2016-09-10 13:57:38 +02:00
#!/bin/bash
if [ $(which pkexec) ]; then
pkexec --disable-internal-agent "/usr/bin/calamares" "$@"
else
/usr/bin/calamares "$@"
fi