From 69eb33bcf926863c984ead8f5b00b003c9e4e903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Mon, 9 Oct 2023 20:23:40 +0800 Subject: [PATCH] :art: Add `git submodule update` to `update.sh` --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 8761b0e1..7c8a4e9f 100644 --- a/update.sh +++ b/update.sh @@ -1,3 +1,4 @@ #!/bin/bash -git fetch --all && git reset --hard origin/main && git pull origin main \ No newline at end of file +git fetch --all && git reset --hard origin/main && git pull origin main +git submodule update \ No newline at end of file