diff --git a/snigdhaos-calamares-config/calamares_polkit b/snigdhaos-calamares-config/calamares_polkit new file mode 100644 index 00000000..6089e64a --- /dev/null +++ b/snigdhaos-calamares-config/calamares_polkit @@ -0,0 +1,6 @@ +#!/bin/bash +if [ $(which pkexec) ]; then + pkexec --disable-internal-agent "/usr/bin/calamares" "$@" +else + /usr/bin/calamares "$@" +fi \ No newline at end of file