From 668f135b71340a89e4900b28f21dc9b1e47c50c0 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 1 Nov 2022 20:00:06 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index de30d2b7a..4e0549818 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -19,7 +19,8 @@ fi __GET_BIT=`getconf LONG_BIT` if [ "$__GET_BIT" == "32" ];then # install rust | 32bit need - curl https://sh.rustup.rs -sSf | sh + # curl https://sh.rustup.rs -sSf | sh + apt install -y rustc fi # synchronize time first