diff options
author | Determinant <[email protected]> | 2019-12-07 17:55:50 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2019-12-07 17:55:50 -0500 |
commit | 36e6d45c4a54eb3df7071bbad39143c913738f71 (patch) | |
tree | 7557ab0c68d4efb9af8f7b5d85911c52d53b28cf /setup.sh | |
parent | 22f7dcda45ed4f7753ac56150d73763857013fea (diff) |
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ curl -s https://raw.githubusercontent.com/Determinant/salticidae-go/master/scrip curl -s https://raw.githubusercontent.com/Determinant/salticidae-go/master/scripts/env.sh -o ./env.sh chmod +x ./build.sh source ./env.sh -./build.sh "$SALTICIDAE_GO_PATH" +./build.sh cd - rm -rf "$tmpdir" unset tmpdir |