init.sh/README.md

14 lines
165 B
Markdown
Raw Normal View History

2024-05-01 00:23:05 +00:00
# Warén Group - Init.sh
## Run Command
```
curl https://waren.io/init.sh -o init.sh
2024-06-30 13:56:57 +00:00
chmod +x init.sh
./init.sh
2024-05-01 00:23:05 +00:00
```
2024-06-30 13:56:57 +00:00
## Maintaining Command
2024-05-01 00:23:05 +00:00
```
2024-06-30 13:56:57 +00:00
./maintainer.sh
2024-05-01 00:23:05 +00:00
```