From 238b9d0c9fcac61258893f24f3348947a8c6303d Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Wed, 11 Aug 2021 12:02:40 +0200 Subject: [PATCH] re-comment a comment.. --- scripts/1_Install_Dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/1_Install_Dependencies.sh b/scripts/1_Install_Dependencies.sh index 8bf58f5..389ef1b 100755 --- a/scripts/1_Install_Dependencies.sh +++ b/scripts/1_Install_Dependencies.sh @@ -65,7 +65,7 @@ else apt-get -y install clang-10 libclang-10-dev fi -we need a more recent rust +# we need a more recent rust curl https://sh.rustup.rs -o rustup.sh bash rustup.sh -y source /root/.cargo/env