Code Update
This commit is contained in:
parent
3488bb794d
commit
04699cccce
10
init.sh
10
init.sh
@ -301,10 +301,7 @@ wi-restricted(){
|
||||
}
|
||||
|
||||
wi-start(){
|
||||
wi-header "Warén Group" h1
|
||||
|
||||
apt update &> /dev/null
|
||||
apt install -y jq &> /dev/null
|
||||
wi-header "Warén Init" h1
|
||||
}
|
||||
|
||||
wi-stop (){
|
||||
@ -319,6 +316,9 @@ wi-stop (){
|
||||
|
||||
|
||||
wi-restricted "$0 $1 $2"
|
||||
wi-start
|
||||
|
||||
apt update &> /dev/null
|
||||
apt install -y jq &> /dev/null
|
||||
|
||||
wi-init $1 $2
|
||||
wi-stop
|
||||
|
@ -19,6 +19,9 @@ wiNormal=$(tput sgr0)
|
||||
{{ CODES }}
|
||||
|
||||
wi-restricted "$0 $1 $2"
|
||||
wi-start
|
||||
|
||||
apt update &> /dev/null
|
||||
apt install -y jq &> /dev/null
|
||||
|
||||
wi-init $1 $2
|
||||
wi-stop
|
||||
|
@ -1,6 +1,3 @@
|
||||
wi-start(){
|
||||
wi-header "Warén Group" h1
|
||||
|
||||
apt update &> /dev/null
|
||||
apt install -y jq &> /dev/null
|
||||
wi-header "Warén Init" h1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user