mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
electrs: keep old script for signed cert
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user