Skip to content

Commit

Permalink
Add instruction about libusb to installer
Browse files Browse the repository at this point in the history
closes #19
  • Loading branch information
danhper committed Sep 15, 2024
1 parent 9632a0b commit 7b2fde3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ main() {
fi
fi

if [ "$ECLAIR_PLATFORM" = "macos" ]; then
if which brew &>/dev/null; then
brew list libusb &>/dev/null || echo "libusb required but not found, run 'brew install libusb' after the installation to install it"
fi
fi

case $ECLAIR_VERSION in
""|latest)
BASE_URL="$NIGHTLY_BASE_URL"
Expand Down

0 comments on commit 7b2fde3

Please sign in to comment.