From 86c82f0aac0509f60a91b859fbe26915d0f7bd98 Mon Sep 17 00:00:00 2001 From: sys4 Date: Mon, 22 Apr 2019 15:01:55 +0200 Subject: [PATCH] =?UTF-8?q?Ajoute=20branche=20stable-1.1=20des=20mods=20?= =?UTF-8?q?=C3=A0=20installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index b84ea71..e274ea7 100755 --- a/install.sh +++ b/install.sh @@ -248,6 +248,8 @@ install_mods() { if [[ $ver == "dev" ]]; then branch="dev" + elif [[ $ver == "1.1" ]]; then + branch="stable-1.1" elif [[ $ver == "1.0" ]]; then branch="stable-1.0" fi