mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
install: add git submodule update & init
This commit is contained in:
parent
7744271c14
commit
bf04e77727
1
install
1
install
@ -35,6 +35,7 @@ gpg --quiet --import .mikaela/keys/*.asc &
|
|||||||
mkdir -p ~/.ssh/sockets/
|
mkdir -p ~/.ssh/sockets/
|
||||||
chmod a+xr chmod
|
chmod a+xr chmod
|
||||||
bash -x ./chmod &
|
bash -x ./chmod &
|
||||||
|
git submodule update --init &
|
||||||
|
|
||||||
if hash pre-commit 2>/dev/null; then
|
if hash pre-commit 2>/dev/null; then
|
||||||
pre-commit init-templatedir ~/.git-template
|
pre-commit init-templatedir ~/.git-template
|
||||||
|
Loading…
Reference in New Issue
Block a user