mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-09 14:18:03 -05:00
Modify scripts to run on MacOS (#233)
Updates scripts/docs to support macOS as well as Linux/aarch64 (arm64)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
PROJECT_ROOT="$(dirname "$(dirname "$(readlink -f "$0")")")"
|
||||
PROJECT_ROOT="$(dirname "$(dirname "$(realpath "$0")")")"
|
||||
cd "${PROJECT_ROOT}" || exit 1
|
||||
|
||||
# Make sure no one is souring the script before we change GOBIN
|
||||
|
||||
Reference in New Issue
Block a user