Last active
March 31, 2021 17:59
-
-
Save CamDavidsonPilon/bf8eef724afdb733946beb19a7a02320 to your computer and use it in GitHub Desktop.
TODO: make these absolute paths
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 |
Author
CamDavidsonPilon
commented
Jan 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment