Fix install and upgrade scripts

This commit is contained in:
2021-03-05 07:38:51 +01:00
parent d5c6a01a0d
commit 1b3318ec2f
3 changed files with 16 additions and 11 deletions

View File

@@ -163,7 +163,7 @@ install_minetest_game() {
elif [[ $ver == "1.2" ]]; then
branch="-b nalc-1.2"
elif [[ $ver == "1.3" || $ver == "stable" ]]; then
branch="-b nalc-1.3"
branch="-b master"
elif [[ $ver == "dev" ]]; then
branch="-b nalc-dev"
fi