From 5d1ca448abf437ae2034c9fde43afd8b6e19ca13 Mon Sep 17 00:00:00 2001 From: cschantz Date: Tue, 11 Nov 2025 17:41:24 -0500 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43594d5..1b90d6d 100644 --- a/README.md +++ b/README.md @@ -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