Update README.md

This commit is contained in:
𝓙𝓾𝓵𝓲𝓸
2025-02-24 15:57:09 +01:00
committed by GitHub
parent 956543cfc3
commit 1d905742bc
+4 -2
View File
@@ -25,12 +25,14 @@
- 1 : **Repository (Easy)** - 1 : **Repository (Easy)**
```bash ```bash
# Add repository and update system.
echo '' > /etc/apt/sources.list.d/the-world-is-yours.list echo '' > /etc/apt/sources.list.d/the-world-is-yours.list
apt-get update; apt-get upgrade -y apt-get update; apt-get upgrade -y
# install this repo nginx only build
# Install nginx.
apt-get install raweb -y apt-get install raweb -y
# install admin panel # Install admin panel.
apt-get install raweb-admin -y apt-get install raweb-admin -y
``` ```
- 2 : **Manual .deb (Med)** - 2 : **Manual .deb (Med)**