Update README with all-in-one installation command
- Added single-line command to download and run - Downloads from Gitea, extracts, and launches in one go - Keeps original method as alternative for already installed
This commit is contained in:
@@ -46,15 +46,16 @@ server-toolkit/
|
|||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 Quick Start
|
||||||
|
|
||||||
### Running
|
### Installation & Running
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Direct method
|
# Download and run in one command
|
||||||
bash /root/server-toolkit/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
|
||||||
|
```
|
||||||
|
|
||||||
# Or make executable and run
|
Or if already downloaded:
|
||||||
chmod +x /root/server-toolkit/launcher.sh
|
```bash
|
||||||
/root/server-toolkit/launcher.sh
|
bash /root/server-toolkit/launcher.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## ✨ Key Features
|
## ✨ Key Features
|
||||||
|
|||||||
Reference in New Issue
Block a user