Parcourir la source

chore: 修复 submodule 更新脚本

dzp il y a 3 ans
Parent
commit
3ab230d774
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      install

+ 1 - 1
install

@@ -2,6 +2,6 @@
 
 git submodule init
 (cd tintin && git fetch --all --prune)
-git submodule update
+git submodule update --remote
 (cd tintin/src && ./configure && make && strip tt++)
 cp tintin/src/tt++ bin/