diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-20 12:23:11 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-20 12:23:11 -0700 |
| commit | 1bf10b9ec2e9c85915c362f2f8d9dfcdae9b2729 (patch) | |
| tree | 6c568bf26648b56f747680012fae16409b684791 | |
| parent | a505172669f79d1a3a9b90254a3c9ae022c49361 (diff) | |
chore: install libgit2 libs
| -rwxr-xr-x | script/bootstrap | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script/bootstrap b/script/bootstrap new file mode 100755 index 0000000..8afd0b9 --- /dev/null +++ b/script/bootstrap @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +cd "$(dirname "$0")/.." + +sudo yum install libgit2 libgit2-devel |
