actually fetch submodules on install
This commit is contained in:
2
install
2
install
@@ -5,7 +5,7 @@ set -e
|
|||||||
git pull origin master;
|
git pull origin master;
|
||||||
git submodule init;
|
git submodule init;
|
||||||
git submodule sync;
|
git submodule sync;
|
||||||
git submodule update;
|
git submodule update --recursive;
|
||||||
|
|
||||||
tic -x profiles/xterm-256color-italic.terminfo
|
tic -x profiles/xterm-256color-italic.terminfo
|
||||||
tic -x profiles/tmux-256color.terminfo
|
tic -x profiles/tmux-256color.terminfo
|
||||||
|
|||||||
Reference in New Issue
Block a user