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