Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 902 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 902 Bytes

Skycoin APT repository

deb.skywire.dev deb.skywire.skycoin.com

skywire installation via apt

_arch="$(dpkg --print-architecture)" ; sudo dpkg -i $(curl -L https://deb.skywire.dev/skyrepo-${_arch}.deb -o skyrepo-${_arch}.deb && echo -e "skyrepo-${_arch}.deb") && sudo rm skyrepo-*.deb && sudo install-skywire || sudo apt install skywire-bin

if you encounter issues with the above step which resulted in skywire not being installed, at that point try

sudo apt install skywire-bin

read the full package installation and configuration documentation in the skywire package installation guide

If you have issues, we are happy to assist on telegram @skywire

github.com/skycoin/apt-repo