ops/bin/webirc

8 lines
284 B
Plaintext
Raw Normal View History

2019-10-14 22:08:03 +00:00
#!/bin/bash
printf 'setting up your thelounge account\n\n'
2020-12-19 22:03:24 +00:00
THELOUNGE_HOME=/srv/thelounge sudo -u thelounge /bin/bash -c '/srv/thelounge/.yarn/bin/thelounge add $SUDO_USER'
2019-10-14 22:08:03 +00:00
2020-01-04 00:12:24 +00:00
printf '\nyou can now log in to https://webirc.envs.net as %s with the password you just created.\n' "$USER"