From 0464c596637ca9f53a263f5ab4749675192de99d Mon Sep 17 00:00:00 2001 From: Drew <52759042+Drew-Alleman@users.noreply.github.com> Date: Wed, 9 Aug 2023 23:16:41 -0700 Subject: [PATCH] Update install.sh --- install/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/install.sh b/install/install.sh index 04383e9..8a11488 100644 --- a/install/install.sh +++ b/install/install.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Source the RUST ENV file + +source "$HOME/.cargo/env" # Sleep to let the web request finish sleep 1 # Update OS and install OpenSSL libraries