update error message
This commit is contained in:
parent
a8ea2df621
commit
2802ade347
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
|||
exit 1
|
||||
elif ! command -v xrandr &> /dev/null
|
||||
then
|
||||
echo -ne "\e[1mxrandr\e[0m was not found, are you using X.Org?"
|
||||
echo -ne "\e[1mxrandr\e[0m was not found, are you running the X.Org Server?"
|
||||
exit 1
|
||||
fi
|
||||
#+END_SRC
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ then
|
|||
exit 1
|
||||
elif ! command -v xrandr &> /dev/null
|
||||
then
|
||||
echo -ne "\e[1mxrandr\e[0m was not found, are you using X.Org?"
|
||||
echo -ne "\e[1mxrandr\e[0m was not found, are you running the X.Org Server?"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue