use git submodule update --init --recursive , instead of the inin and update commands

Mrlinkwii 2021-12-24 14:38:23 +00:00
parent 91c4985816
commit be8813361c
1 changed files with 1 additions and 2 deletions

@ -307,8 +307,7 @@ sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30
git clone https://github.com/PCSX2/pcsx2.git
mkdir pcsx2/build && cd pcsx2/build
git submodule init
git submodule update
git submodule update --init --recursive
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_REPLAY_LOADERS=TRUE -DCMAKE_BUILD_PO=FALSE -DGTK3_API=TRUE -DDISABLE_SETCAP=TRUE ..