Skip to content

Commit

Permalink
chore: skip installing LICENSE when using install script
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie0129 committed Feb 6, 2025
1 parent 10428be commit da06c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo "Will install batt ${version} to $PREFIX (to change install location, set \
confirm "Ready to install?" || exit 0
info "Downloading batt ${version} from $tarball_url and installing to $PREFIX..."
sudo mkdir -p "$PREFIX"
curl -fsSL "$tarball_url" | sudo tar -xzC "$PREFIX"
curl -fsSL "$tarball_url" | sudo tar -xzC "$PREFIX" batt
sudo xattr -r -d com.apple.quarantine "$PREFIX/batt"

install_cmd="sudo $PREFIX/batt install --allow-non-root-access"
Expand Down

0 comments on commit da06c3f

Please sign in to comment.