mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
6 lines
200 B
YAML
6 lines
200 B
YAML
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
|