diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-07 10:03:09 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-07 10:05:37 +0100 |
commit | 6833ded76441a43b94ed0cf1827b9714862fdedc (patch) | |
tree | 0716042358b61e1cf30729012b51f075955c8d73 | |
parent | bfcf30f0abdfd1df4364919f203d04ff08d7314c (diff) |
let installer blurb point to community page
being too specific about it requires more maintenance (or otherwise
produced more confusion and churn), since these points of contact change
over time.
-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 96c0f302b..af8a9b278 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -99,11 +99,7 @@ is_os_darwin() { contact_us() { echo "You can open an issue at https://github.com/nixos/nix/issues" 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." |