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:
cschantz
2025-11-11 17:41:24 -05:00
parent 88f5faca27
commit 5d1ca448ab
+2 -2
View File
@@ -75,10 +75,10 @@ server-toolkit/
### Installation & Running
```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:
```bash