17 lines
222 B
Markdown
17 lines
222 B
Markdown
# Warén Group - Init.sh
|
|
|
|
## Linux - Run Command
|
|
```
|
|
bash <(https://waren.io/init.sh)
|
|
```
|
|
|
|
## Windows - Run Command
|
|
```
|
|
curl.exe https://waren.io/init.ps1 | powershell -
|
|
```
|
|
|
|
## Maintaining Command
|
|
```
|
|
./maintainer.sh
|
|
```
|