Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
605366d786 Code Update 2024-06-30 16:57:14 +03:00
Christer Warén
e76cd7f45e Documentation Update 2024-06-30 16:56:57 +03:00
3 changed files with 8 additions and 3 deletions

View File

@ -3,10 +3,11 @@
## Run Command ## Run Command
``` ```
curl https://waren.io/init.sh -o init.sh 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
``` ```

View File

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

View File

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