Skip to content

Commit

Permalink
bugfix for mac install process
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperq committed Aug 5, 2024
1 parent be2d703 commit d6bc307
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 d6bc307

Please sign in to comment.