Corrige l'installation de la version 1.1
This commit is contained in:
parent
e699ff085e
commit
d6ebe0d1ab
@ -380,7 +380,7 @@ init() {
|
|||||||
|
|
||||||
action() {
|
action() {
|
||||||
local arg=$(strip $1)
|
local arg=$(strip $1)
|
||||||
if [[ $arg == "dev" || $arg == "stable" || $arg == "1.0" ]]; then
|
if [[ $arg == "dev" || $arg == "stable" || $arg == "1.0" || $arg == "1.1"]]; then
|
||||||
init $arg
|
init $arg
|
||||||
else
|
else
|
||||||
error
|
error
|
||||||
|
Loading…
Reference in New Issue
Block a user