summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-dev/LinHES9_iso/cust_skel/airootfs/usr/bin/calamares_polkit
blob: 9bce0f82f47f7f081031a320ea6f3d8f4f0423b6 (plain)
1
2
3
4
5
6
#!/bin/bash
if [ $(which pkexec) ]; then
	pkexec --disable-internal-agent "/usr/bin/calamares" "$@"
else
	/usr/bin/calamares "$@"
fi