This website works better with JavaScript.
Home
Explore
Sign In
threefold_public
/
public
Watch
5
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
mycelium v0.5.6
master
Coesens Bert
1 month ago
parent
5dc8d1649f
commit
ac74db93d9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.5.
5
/mycelium-x86_64-unknown-linux-musl.tar.gz
wget https://github.com/threefoldtech/mycelium/releases/download/v0.5.
6
/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/
Write
Preview
Loading…
Cancel
Save