Last active
March 31, 2021 17:38
-
-
Save CamDavidsonPilon/08aa165a283fb7af7262e4cb598bf6a9 to your computer and use it in GitHub Desktop.
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-worker-from-args newHostname=$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notice the