Make cloning _way_ faster
This commit is contained in:
parent
f23597e24a
commit
03866ca9ea
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
git clone https://github.com/be5invis/Iosevka
|
git clone --single-branch --depth=1 https://github.com/be5invis/Iosevka
|
||||||
cp private-build-plans.toml ./Iosevka
|
cp private-build-plans.toml ./Iosevka
|
||||||
|
|
||||||
cd /Iosevka
|
cd /Iosevka
|
||||||
|
|
Loading…
Add table
Reference in a new issue