Skip to content
Snippets Groups Projects
Commit 2f4f32c8 authored by akiraohgaki's avatar akiraohgaki
Browse files

Fix for submodules

parent 2ad7fcf9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ fi
if [ ! -d "${PROJDIR}/lib/AppImageUpdate" ]; then
git clone https://github.com/AppImage/AppImageUpdate.git -b continuous --single-branch --depth=1 "${PROJDIR}/lib/AppImageUpdate"
git -C "${PROJDIR}/lib/AppImageUpdate" submodule update --init --recursive --depth=1
git -C "${PROJDIR}/lib/AppImageUpdate" submodule update --init --recursive #--depth=1
fi
if [ ! -d "${PROJDIR}/lib/AppImageUpdate-prebuilt" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment