Server/updateSubmodule.ps1

7 lines
87 B
PowerShell

git submodule update --init
cd .\Gamelib
git fetch
git checkout gamelib
git pull
cd ..