aboutsummarylogtreecommitdiffstats
path: root/calamares_polkit
blob: 9219bc44ce2b97cf9f8d91c9410ae5977b5ec105 (plain)
1
2
3
4
5
6
#!/bin/bash
if [ $(which pkexec) ]; then
	sudo "/usr/bin/calamares" "$@" "-d"
else
	/usr/bin/calamares "$@" "-d"
fi