Update packaging_script_Debian_Ubuntu_Windows.sh

This commit is contained in:
Laurent Trinques
2023-10-16 18:03:47 +02:00
committed by GitHub
parent da82fff011
commit b29c8b8a1d

View File

@@ -16,6 +16,8 @@ export DEBEMAIL DEBFULLNAME
cd $DEFAULT_DIR cd $DEFAULT_DIR
cd qet_git cd qet_git
# get updates # get updates
git submodule init
git submodule update
git pull --recurse-submodules git pull --recurse-submodules
git pull git pull