mirror of
https://github.com/emmett1/lfs-scripts.git
synced 2025-08-13 13:15:53 +00:00
@ -5,7 +5,7 @@ if type -p "sudo" &>/dev/null; then
|
|||||||
elif type -p "doas" &>/dev/null; then
|
elif type -p "doas" &>/dev/null; then
|
||||||
PRIV="doas"
|
PRIV="doas"
|
||||||
else
|
else
|
||||||
echo "\e[1;31merror:\e[0m sudo/doas not found!"
|
echo -e "\e[1;31merror:\e[0m sudo/doas not found!"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user