Skip to content

Commit

Permalink
Merge pull request #54 from EFForg/mac-bugfix
Browse files Browse the repository at this point in the history
bugfix for mac install process
  • Loading branch information
wgreenberg authored Aug 5, 2024
2 parents 7cbb336 + d6bc307 commit f6681a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/install-mac.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env bash
#!/usr/bin/env bash

set -e
export SERIAL_PATH="./serial-mac-latest/serial"
export SERIAL_PATH="./serial-macos-latest/serial"
. "$(dirname "$0")"/install-common.sh
install

0 comments on commit f6681a3

Please sign in to comment.