Last active
March 31, 2021 17:39
-
-
Save CamDavidsonPilon/a910ac742a4df296545be0844ced3855 to your computer and use it in GitHub Desktop.
install Pioreactor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt update | |
sudo apt install -y git | |
git clone https://github.com/Pioreactor/pioreactor.git --depth 1 | |
cd pioreactor | |
make install-leader-as-worker |
Author
CamDavidsonPilon
commented
Jan 5, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment