lunora/airootfs/usr/bin/calamares_polkit
2025-06-30 21:28:57 +02:00

6 lines
116 B
Bash
Executable file

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