Simplify to single command with cleanup after
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user