actually fetch submodules on install

This commit is contained in:
2018-06-20 16:52:48 -07:00
parent 94dd9d5912
commit deaf3e1148

View File

@@ -5,7 +5,7 @@ set -e
git pull origin master;
git submodule init;
git submodule sync;
git submodule update;
git submodule update --recursive;
tic -x profiles/xterm-256color-italic.terminfo
tic -x profiles/tmux-256color.terminfo