Skip to content
Snippets Groups Projects
Unverified Commit 34aae308 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Update ubuntu.sh

parent 8457e380
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment