We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e352c17 commit 55fed2fCopy full SHA for 55fed2f
scripts/self/utils/update.sh
@@ -8,7 +8,8 @@ update_dotfiles() {
8
git submodule update
9
git submodule status
10
git submodule update --init --recursive
11
- git submodule update --remote --merge
+ git submodule update --init --recursive --remote
12
+ git submodule update --init --recursive --remote --merge
13
}
14
15
update_system() {
0 commit comments