file
This commit is contained in:
parent
dec2469cad
commit
cbd7f6f1a2
1 changed files with 2 additions and 5 deletions
|
@ -4,11 +4,8 @@ file="$(readlink --canonicalize-existing "${0}")"
|
|||
root="$(dirname "${file}")"
|
||||
root="${root}/root/py/cpypy"
|
||||
|
||||
data="download-metadata.json"
|
||||
|
||||
path="${root}/${data}"
|
||||
url="https://github.com\
|
||||
/astral-sh/uv/raw/refs/heads/main/crates/uv-python/${data}"
|
||||
path="${root}/download-metadata.json"
|
||||
url="https://github.com/astral-sh/uv/raw/refs/heads/main/crates/uv-python/download-metadata.json"
|
||||
|
||||
rm --force --recursive "${root}"
|
||||
mkdir --parents "${root}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue