rofi-pkexec/usr/bin/pkexec

6 lines
74 B
Bash
Executable File

#!/bin/bash
export SUDO_ASKPASS=/usr/bin/rofi-passwd
sudo -E -A $1 "$@"
Shell 100%