ayaports/user/thelounge/thelounge.post-install

14 lines
208 B
Text
Raw Normal View History

2024-02-03 17:48:06 +00:00
#!/bin/sh
cat >&2 <<-EOF
*
* The configuration is in /var/lib/thelounge/config.js.
* To add users, use the cli:
* doas -u thelounge thelounge ..
* e.g.
* doas -u thelounge thelounge add myuser
*
EOF
exit 0