From 2ec87df8d9a722447c2f0b20d914b725793cc37f Mon Sep 17 00:00:00 2001 From: illegitimate-egg Date: Mon, 23 Jun 2025 23:20:00 +0100 Subject: [PATCH] Update the readme to include pipe-to-bash methods --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1eaff55..20b6d7c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # RPC-info-dumper This allows us at https://discord.gg/z8fBRnK8 to easily get information about users systems to speed up help. + +## Usage +This script can be piped into bash using somekind of network transfer command. It requires sudo as on some systems the dmesg buffer isn't available to non-root users. + +The script is also available as a redirect from https://dukesyndicate.org/info-dumper.sh for convenience + +| Transfer method | Command | +|-----------------|-------------------------------------------------------------------| +| curl | `curl -sSL https://dukesyndicate.org/info-dumper.sh \| sudo bash` | +| wget | `wget -qO- https://dukesyndicate.org/info-dumper.sh \| sudo bash` | +