v0.1.1
macOS + Linux
The one-liner now works on both platforms (stock macOS bash 3.2 included):
curl -fsSL https://stephens.page/vaulted-agent/install.sh | bashFixes
- Portable home-directory lookup (no
getentrequired) - Portable path resolution (no GNU
readlink -frequired) - No
mapfile/ associative arrays (bash 3.2 safe) demo/try-it.shworks without/proc(usespson macOS)- Creates
/usr/local/binwhen missing
Install from GitHub
git clone --branch v0.1.1 --depth 1 \
https://github.com/JacobStephens2/vaulted-agent-launcher
cd vaulted-agent-launcher && sudo ./install.sh