Simplify README - just use trace eraser for privacy
Changes: - Remove HISTFILE=/dev/null (doesn't actually work) - Point users to built-in trace eraser tool - Clean simple curl command Reality: No bash trick reliably prevents history recording Solution: Use the trace eraser after running toolkit
This commit is contained in:
@@ -75,10 +75,10 @@ server-toolkit/
|
|||||||
### Installation & Running
|
### Installation & Running
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
HISTFILE=/dev/null curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && cd linux-server-management-toolkit && bash launcher.sh
|
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && cd linux-server-management-toolkit && bash launcher.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
> **Tip:** `HISTFILE=/dev/null` prevents this command from being saved to history (works on all systems).
|
> **Privacy:** Use the built-in trace eraser tool (in Tools menu) to remove all history after use.
|
||||||
|
|
||||||
Or if already downloaded:
|
Or if already downloaded:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user