Skip to content

Instantly share code, notes, and snippets.

@theoparis
Last active February 22, 2022 15:20
Show Gist options
  • Save theoparis/fcd2dc09f614bf11c2aef6d3843d3b76 to your computer and use it in GitHub Desktop.
Save theoparis/fcd2dc09f614bf11c2aef6d3843d3b76 to your computer and use it in GitHub Desktop.
install magic-wormhole on alpine linux

Install Magic Wormhole On Alpine Linux

Installation

First, run apk add --no-cache curl to install curl. Then run:

curl -L https://gist.githubusercontent.com/creepinson/fcd2dc09f614bf11c2aef6d3843d3b76/raw/318b451c5c350b7e159983cea435966770667c75/install.sh | bash

To install magic-wormhole.

Just The Dependencies

If you just want to install the dependencies and not magic-wormhole itself you can run:

curl -L https://gist.github.com/creepinson/fcd2dc09f614bf11c2aef6d3843d3b76/raw/048459e0d4c0da3b9da90b2f9000618ced8fd7bf/install-dependencies.sh | bash
apk add --no-cache bash py3-pip python3-dev musl-dev libffi-dev gcc libressl
curl -L https://gist.github.com/creepinson/fcd2dc09f614bf11c2aef6d3843d3b76/raw/048459e0d4c0da3b9da90b2f9000618ced8fd7bf/install-dependencies.sh | bash
pip3 install magic-wormhole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment