Compare commits
2 Commits
570d533df3
...
605366d786
Author | SHA1 | Date | |
---|---|---|---|
|
605366d786 | ||
|
e76cd7f45e |
@ -3,10 +3,11 @@
|
||||
## Run Command
|
||||
```
|
||||
curl https://waren.io/init.sh -o init.sh
|
||||
bash init.sh
|
||||
chmod +x init.sh
|
||||
./init.sh
|
||||
```
|
||||
|
||||
## Build Command
|
||||
## Maintaining Command
|
||||
```
|
||||
bash build.sh
|
||||
./maintainer.sh
|
||||
```
|
||||
|
2
init.sh
2
init.sh
@ -302,6 +302,8 @@ wi-restricted(){
|
||||
|
||||
wi-start(){
|
||||
wi-header "Warén Group" h1
|
||||
|
||||
apt install -y jq &> /dev/null
|
||||
}
|
||||
|
||||
wi-stop (){
|
||||
|
@ -1,3 +1,5 @@
|
||||
wi-start(){
|
||||
wi-header "Warén Group" h1
|
||||
|
||||
apt install -y jq &> /dev/null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user