From 0ff3c014d0c7484802230fc2655e1b8375c4c120 Mon Sep 17 00:00:00 2001 From: Levon Date: Wed, 10 Jan 2024 17:23:39 -0600 Subject: [PATCH] fix source --- scripts/install_deps.sh | 1 + 1 file changed, 1 insertion(+) 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