mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-02 07:44:03 +01:00
recommends: check for redshift only on linux
This commit is contained in:
parent
8119994674
commit
20d0ec4a4a
@ -1,6 +1,11 @@
|
||||
uname=`uname`
|
||||
|
||||
command -v \youtube-dl >/dev/null 2>&1 || { echo >&2 "shell-things contains youtube-dl alias for automatically setting video title as name, so you might want to install youtube-dl."; }
|
||||
|
||||
if [ $uname = "linux" ]
|
||||
then
|
||||
command -v \gtk-redshift >/dev/null 2>&1 || { echo >&2 "xsessionrc tries to start gtk-redshift automatically on boot, so you might want to install it (or redshift in some distributions)."; }
|
||||
fi
|
||||
|
||||
if [ ! -f /usr/share/doc/gnupg-curl/copyright ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user