From 631780e460d0b493df8474a20b21845d5a7fcd04 Mon Sep 17 00:00:00 2001 From: cschantz Date: Tue, 11 Nov 2025 17:59:29 -0500 Subject: [PATCH] Simplify to single command with cleanup after --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 79690a0..209a389 100644 --- a/README.md +++ b/README.md @@ -74,18 +74,11 @@ server-toolkit/ ### Installation & Running -**Option 1: Standard (clean up after)** ```bash 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 ``` -Then use exit menu cleanup (option 0, answer "yes"). -**Option 2: Disable history first** -```bash -set +o history -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 -``` -Run `set +o history` first on its own line, THEN run the curl command. +**Privacy:** When exiting (option 0), answer "yes" to cleanup and run the source command shown to remove all traces. Or if already downloaded: ```bash