From 34aae308b1a3f4c20364b1a2ffe84b395141b854 Mon Sep 17 00:00:00 2001 From: tamaina <tamaina@hotmail.co.jp> Date: Tue, 24 Aug 2021 14:56:37 +0900 Subject: [PATCH] Update ubuntu.sh --- ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu.sh b/ubuntu.sh index 012eb52..3c1ae36 100644 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -378,7 +378,7 @@ if [ -e "./$misskey_directory" ]; then rm -rf "./$misskey_directory"; fi fi -git clone -b "$branch" --depth 1 "$repository" "$misskey_directory"; +git clone -b "$branch" --depth 1 --recursive "$repository" "$misskey_directory"; MKEOF else -- GitLab