mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
6 lines
163 B
Text
6 lines
163 B
Text
case="privilege"
|
|
command="pacman -Syu"
|
|
error="you cannot perform this operation unless you are root"
|
|
expect="sudo pacman -Syu"
|
|
|
|
export _PR_EXECUTABLES="sudo doas"
|