mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Replace shallow clone with partial clone
As recommended in https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/#user-content-quick-summary.
This commit is contained in:
parent
c4565b77f9
commit
bf3fb16921
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ sudo apt install quickemu
|
|||
## Other Linux
|
||||
|
||||
``` bash
|
||||
git clone --depth=1 https://github.com/wimpysworld/quickemu
|
||||
git clone --filter=blob:none https://github.com/wimpysworld/quickemu
|
||||
cd quickemu
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue