Compare commits
No commits in common. "605366d7863b5cd7adfd0b4a9b333b85870d4e68" and "570d533df3595f20a7dbe6f734940cbd2b19c840" have entirely different histories.
605366d786
...
570d533df3
@ -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
|
||||
```
|
||||
|
2
init.sh
2
init.sh
@ -302,8 +302,6 @@ wi-restricted(){
|
||||
|
||||
wi-start(){
|
||||
wi-header "Warén Group" h1
|
||||
|
||||
apt install -y jq &> /dev/null
|
||||
}
|
||||
|
||||
wi-stop (){
|
||||
|
@ -1,5 +1,3 @@
|
||||
wi-start(){
|
||||
wi-header "Warén Group" h1
|
||||
|
||||
apt install -y jq &> /dev/null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user