diff --git a/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh b/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh index 58d39b67..efe68d1a 100755 --- a/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh +++ b/other_things/scripts/Server-side/upgrade-mff/upgrade-part-mff.sh @@ -1,6 +1,6 @@ # On récupère la dernière version du jeu cd /home/vincent/jeux -git clone -b sys4 https://github.com/sys4-fr/server-minetestforfun.git +git clone -b NALC --depth 1 https://github.com/sys4-fr/server-minetestforfun.git echo "Clone de server-minetestforfun réussit." cd /home/vincent/jeux/server-minetestforfun/ git submodule update --init --recursive