Merge branch 'master' of github.com:kisslinux/kiss

This commit is contained in:
Dylan Araps 2020-07-24 01:44:58 +03:00
commit c7b32e6531
1 changed files with 1 additions and 0 deletions

1
kiss
View File

@ -259,6 +259,7 @@ pkg_extract() {
git remote add origin "${url%[#@]*}"
git fetch --depth=1 origin "$com" || git fetch
git checkout "${com:-FETCH_HEAD}"
git submodule update --init --recursive
} || die "$1" "Failed to clone $src"
;;