7 lines
302 B
Text
7 lines
302 B
Text
if [ "$UPDATE" != "yes" ]; then
|
|
echo "Clerk requires extra configuration to be done."
|
|
echo ""
|
|
echo "1. Copy the files from /usr/share/examples/clerk to ~/.config/clerk"
|
|
echo "2. edit ~/.config/clerk/clerk.conf to your likings, specially database="
|
|
echo "and tmux_config= that have PLACEHOLDER"
|
|
fi
|