diff --git a/scripts/import.sh b/scripts/import.sh index c04733215918252e9054d44f8b113b5ed7c6af61..d907e8e939a245e6a4d0d6c40165beb01a2b8f9c 100644 --- a/scripts/import.sh +++ b/scripts/import.sh @@ -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