diff options
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 |