[pacman] Add pikaur to list of AUR helpers that handle SUID
`pikaur` (https://github.com/actionless/pikaur) handles sudo authentication itself. Closes #302
This commit is contained in:
父節點
364d6b831d
當前提交
60b0910f6d
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -24,7 +24,7 @@ elif (( ! ${+commands[${zpacman_frontend}]} )); then
|
|||
You can fix this error by editing the 'zpacman_frontend' variable in your .zimrc" >&2
|
||||
zpacman_frontend='pacman'
|
||||
zpacman_frontend_priv='sudo pacman'
|
||||
elif [[ ${zpacman_frontend} == ("yaourt"|"pacaur"|"yay") ]]; then
|
||||
elif [[ ${zpacman_frontend} == ("yaourt"|"pacaur"|"yay"|"pikaur") ]]; then
|
||||
# those AUR helpers handle SUID themselves
|
||||
zpacman_frontend_priv="${zpacman_frontend}"
|
||||
else
|
||||
|
|
載入中…
Reference in a new issue