Also map JABY_ENGINE_DIR

This commit is contained in:
Jaby
2025-01-05 14:39:21 +01:00
committed by Jaby
parent 0fc0cf7041
commit 3d29f3bcff
4 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
echo "<<< Install Rust prerequisites >>>"
apt install -y curl
# TODO: Specific version??
echo "<<< Install Rust >>>"
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"