Compare commits

...

1 Commits

Author SHA1 Message Date
Max Weiss f95446ad9f
Do not clone IPXE since it's a submodule 2021-04-28 23:06:21 -07:00
1 changed files with 5 additions and 5 deletions

View File

@ -4,12 +4,12 @@
function clone_ipxe_upstream() {
local ipxe_src_dir="$1"
if [ -d "$ipxe_src_dir" ]; then
>&2 echo "Clone dir location already exists."
return 1
fi
#if [ -d "$ipxe_src_dir" ]; then
# >&2 echo "Clone dir location already exists."
# return 1
#fi
git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1
#git clone git://git.ipxe.org/ipxe.git "$ipxe_src_dir" || return 1
cd "$ipxe_src_dir"
# Known good commit