1
0
mirror of https://git.envs.net/envs/ops.git synced 2024-06-14 12:56:44 +00:00
ops/bin/webirc
2020-01-04 01:12:24 +01:00

8 lines
266 B
Bash
Executable File

#!/bin/bash
printf 'setting up your thelounge account\n\n'
THELOUNGE_HOME=/srv/thelounge sudo -u thelounge /srv/thelounge/.yarn/bin/thelounge add "$USER"
printf '\nyou can now log in to https://webirc.envs.net as %s with the password you just created.\n' "$USER"