Corrige l'installation de la version 1.1

This commit is contained in:
Sys Quatre 2019-04-28 22:18:58 +02:00
parent e699ff085e
commit d6ebe0d1ab
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ init() {
action() {
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
else
error