Update 'bin/webirc'

This commit is contained in:
rany 2020-12-19 22:03:24 +00:00
parent 6369d3a95a
commit 142250e386
1 changed files with 1 additions and 1 deletions

View File

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