Updated manager.sh and README files

This commit is contained in:
2025-03-20 05:34:10 +03:00
parent 4c844bcee3
commit 61a8179b79
3 changed files with 342 additions and 110 deletions

View File

@@ -7,4 +7,16 @@
3. Install & Manage Script
### Getting Started:
Run this command:
Install required dependencies:
```bash
sudo apt-get update && sudo apt-get upgrade && sudo apt-get install wget git docker.io -y
```
Run the setup script:
```bash
wget -qO- https://gitea.abdulhade.com/abdulhade/db-middleware/raw/branch/main/scripts/setup.sh | bash
```