diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 70c0c9f..4d883ab 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -8,4 +8,5 @@ sudo apt-get install autoconf automake build-essential cmake git-core \ texinfo wget zlib1g-dev nasm yasm -y curl https://sh.rustup.rs -sSf | sh -s -- -y +source "$HOME/.cargo/env" cargo install cargo-c \ No newline at end of file