Update README with all-in-one command using source

This commit is contained in:
cschantz
2025-11-11 18:23:03 -05:00
parent 9e699025a6
commit be0b64950a
+3 -2
View File
@@ -74,11 +74,12 @@ server-toolkit/
### Installation & Running
**One command - automatic cleanup:**
```bash
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && cd linux-server-management-toolkit && source run.sh
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/main.tar.gz | tar xz && source linux-server-management-toolkit/run.sh
```
**Privacy:** When exiting (option 0), answer "yes" - cleanup happens automatically with no extra steps.
When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps.
Or if already downloaded:
```bash