From f584bea90ada4c6ab40afcf0cb2c663f18ea3830 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:48:49 +0200 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 19cbabf5..7c882fb7 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ BV=$1 initRepos() { echo "--> Initializing workspace" - repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 14 --depth=1 --git-lfs + repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 14 --depth=1 echo echo "--> Preparing local manifest"