mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Support submodules in install.
This commit is contained in:
@@ -333,6 +333,7 @@ install_dotfiles() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_main() {
|
install_main() {
|
||||||
|
git -C ${BASEDIR} submodule update --init
|
||||||
test $MINIMAL = 1 || prerequisites
|
test $MINIMAL = 1 || prerequisites
|
||||||
test $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs
|
test $INSTALL_PKGS = 1 && is_deb_system && install_apt_pkgs
|
||||||
install_dotfiles
|
install_dotfiles
|
||||||
|
|||||||
Reference in New Issue
Block a user