Skip to content

Commit

Permalink
Add a base script that can be fetched and installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Nov 21, 2024
1 parent 6a21bb5 commit 35c6f4a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/scripts/get-pocs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

BRANCH="${BRANCH:-develop}"

git clone https://github.com/panoptes/POCS
cd POCS
git checkout "${BRANCH}"
cd resources/scripts
./install.sh

echo "POCS installed, please reboot."

0 comments on commit 35c6f4a

Please sign in to comment.