Ajoute branche stable-1.1 des mods à installer

This commit is contained in:
Sys Quatre 2019-04-22 15:01:55 +02:00
parent 8eeceb1ac8
commit 86c82f0aac
1 changed files with 2 additions and 0 deletions

View File

@ -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