Skip to content

Commit

Permalink
Make get_adb faster
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Feb 22, 2021
1 parent 3327edf commit 63d04b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_adb.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if ($ADBBinariesDirectory.Exists) {
Remove-Item $ADBBinariesDirectory.FullName -Force -Recurse;
$ADBBinariesDirectory.Create();
}
git clone -b $BranchName $ADBGitStore $ADBBinariesDirectory.FullName
git clone -b $BranchName $ADBGitStore $ADBBinariesDirectory.FullName --depth=1

0 comments on commit 63d04b8

Please sign in to comment.