Browse Source

new mycelium version

master
Coesens Bert 3 weeks ago
parent
commit
e2616b6a36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      upgrade-mycelium.sh

+ 1
- 1
upgrade-mycelium.sh View File

@@ -1,7 +1,7 @@
#/bin/bash
# Script to upgrade Mycelium peer or client
cd ~
wget https://github.com/threefoldtech/mycelium/releases/download/v0.4.5/mycelium-x86_64-unknown-linux-musl.tar.gz
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.0/mycelium-x86_64-unknown-linux-musl.tar.gz
tar zxvf mycelium-x86_64-unknown-linux-musl.tar.gz
systemctl stop mycelium
mv mycelium /usr/bin/


Loading…
Cancel
Save