diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-10 09:43:50 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-10 09:43:50 -0600 |
| commit | 1788269fb9b275cfff12ff476c1a41399caedbd8 (patch) | |
| tree | 92325ad144d6fc5aba8cf936b3ee2ae058700224 /run.sh | |
| parent | 935277844dbcb0aaca2223d7a1beb54172a76dbc (diff) | |
Unpack Rust deb package before asdf install
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ function prepare_python() { } function prepare_tools() { + dpkg -i /opt/toolcache/rust*.deb + if ! asdf current 2> >(grep -q 'is not installed'); then echo "Installing missing tools…" asdf install |
