Compare commits

..

No commits in common. "605366d7863b5cd7adfd0b4a9b333b85870d4e68" and "570d533df3595f20a7dbe6f734940cbd2b19c840" have entirely different histories.

3 changed files with 3 additions and 8 deletions

View File

@ -3,11 +3,10 @@
## Run Command
```
curl https://waren.io/init.sh -o init.sh
chmod +x init.sh
./init.sh
bash init.sh
```
## Maintaining Command
## Build Command
```
./maintainer.sh
bash build.sh
```

View File

@ -302,8 +302,6 @@ wi-restricted(){
wi-start(){
wi-header "Warén Group" h1
apt install -y jq &> /dev/null
}
wi-stop (){

View File

@ -1,5 +1,3 @@
wi-start(){
wi-header "Warén Group" h1
apt install -y jq &> /dev/null
}