setup.sh: add missing echo

This commit is contained in:
Thomas Preisner 2020-10-16 18:22:35 +02:00
parent 72dda7fe9a
commit 5cd3ff3901

View file

@ -133,5 +133,7 @@ if installed i3; then
fi
if installed redshift; then
echo "Setting up redshift:"
link config/redshift.conf ~/.config/redshift.conf
fi