summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-10 09:43:50 -0600
committermo khan <mo.khan@gmail.com>2020-08-10 09:43:50 -0600
commit1788269fb9b275cfff12ff476c1a41399caedbd8 (patch)
tree92325ad144d6fc5aba8cf936b3ee2ae058700224 /run.sh
parent935277844dbcb0aaca2223d7a1beb54172a76dbc (diff)
Unpack Rust deb package before asdf install
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index f318908..89c2abe 100755
--- a/run.sh
+++ b/run.sh
@@ -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