diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-12-07 13:27:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 13:27:09 +0100 |
commit | 9c9768572b552b19c26e42142893cb42aef0fe3c (patch) | |
tree | 7d85a66246a7f2ca3ef1fadad105890c0d399180 /scripts | |
parent | c4a6113800dd3aa4eb95b74853c844331af82f1e (diff) | |
parent | 6833ded76441a43b94ed0cf1827b9714862fdedc (diff) |
Merge pull request #7419 from fricklerhandwerk/installer-contact
let installer blurb to to community page
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 194a263fb..ec82e0560 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -100,11 +100,7 @@ contact_us() { echo "You can open an issue at" echo "https://github.com/NixOS/nix/issues/new?labels=installer&template=installer.md" echo "" - echo "Or feel free to contact the team:" - echo " - Matrix: #nix:nixos.org" - echo " - IRC: in #nixos on irc.libera.chat" - echo " - twitter: @nixos_org" - echo " - forum: https://discourse.nixos.org" + echo "Or get in touch with the community: https://nixos.org/community" } get_help() { echo "We'd love to help if you need it." |