electrs: keep old script for signed cert

This commit is contained in:
openoms
2019-10-15 08:41:28 +01:00
parent ed0833f273
commit 6a1e00fcc2
3 changed files with 169 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ echo "***"
echo ""
sudo -u electrs curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sudo -u electrs sh -s -- -y
# workaround to keep Rust at v1.37.0
# check with: $ /home/electrs/.rustup/toolchains/stable-armv7-unknown-linux-gnueabihf/bin/rustc --version
# check rust version with: $ sudo -u electrs /home/electrs/.cargo/bin/cargo --version
sudo -u electrs /home/electrs/.cargo/bin/rustup install 1.37.0
sudo -u electrs /home/electrs/.cargo/bin/rustup override set 1.37.0