Bug Fixes
- Fixed macOS extended attributes issue in release tarballs
- Resolves:
tar: Ignoring unknown extended header keyword 'LIBARCHIVE.xattr.com.apple.provenance'
warnings during installation - Auto-detect GNU tar when available for cleaner tarball creation
- Graceful fallback to BSD tar with compatibility flags
Technical Details
- Release script now prefers GNU tar (
gtar
) when available - Maintains backward compatibility with systems lacking GNU tar
- Improved tarball extraction experience across platforms
Installation
Install using the standard method:
curl -sLO https://raw.githubusercontent.com/rcourtman/Pulse/main/scripts/install-pulse.sh
chmod +x install-pulse.sh
sudo ./install-pulse.sh
Or specify this version:
sudo ./install-pulse.sh --version v3.12.3