Update debian.sh

pull/235/head
midoks 3 years ago
parent e9296fbecb
commit 668f135b71
  1. 3
      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

Loading…
Cancel
Save