Simplify to single command with cleanup after

This commit is contained in:
cschantz
2025-11-11 17:59:29 -05:00
parent 12aa46ce3e
commit b3f2ae98fa
+1 -8
View File
@@ -74,18 +74,11 @@ server-toolkit/
### Installation & Running ### Installation & Running
**Option 1: Standard (clean up after)**
```bash ```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 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** **Privacy:** When exiting (option 0), answer "yes" to cleanup and run the source command shown to remove all traces.
```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.
Or if already downloaded: Or if already downloaded:
```bash ```bash