1 2 3 4 5 6
#!/bin/bash if [ $(which pkexec) ]; then sudo "/usr/bin/calamares" "$@" "-d" else /usr/bin/calamares "$@" "-d" fi