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
|
exit 1
|
||||||
elif ! command -v xrandr &> /dev/null
|
elif ! command -v xrandr &> /dev/null
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
elif ! command -v xrandr &> /dev/null
|
elif ! command -v xrandr &> /dev/null
|
||||||
then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue