update error message

This commit is contained in:
Denis Lehmann 2020-11-25 04:04:34 +01:00
parent a8ea2df621
commit 2802ade347
2 changed files with 2 additions and 2 deletions

View file

@ -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