mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
rustup: pin the version
This commit is contained in:
parent
7fbb16db91
commit
f8d2f36798
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
|||
RepoType: git
|
||||
Repo: https://github.com/rust-lang/rustup
|
||||
|
||||
Prepare: |
|
||||
export version=$(git describe --exact-match --tags)
|
||||
sed -i -e "/RUSTUP_UPDATE_ROOT/s|/dist/|/archive/$version/|" rustup-init.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue