mirror of
https://github.com/K9T33NwthTookThis/RPC-info-dumper.git
synced 2025-07-18 22:46:10 +00:00
Merge pull request #1 from illegitimate-egg/main
Update the readme to include pipe-to-bash methods
This commit is contained in:
commit
f5e3dddaa8
11
README.md
11
README.md
@ -1,2 +1,13 @@
|
|||||||
# RPC-info-dumper
|
# RPC-info-dumper
|
||||||
This allows us at https://discord.gg/z8fBRnK8 to easily get information about users systems to speed up help.
|
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` |
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user