Skip to content

Commit 2f4d7c0

Browse files
committed
Corrects installer one-liner
1 parent 28af6a2 commit 2f4d7c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ When using the `-user` flag, written preferences are stored in the user's librar
2727
## Optional Installer Script
2828
If your script is running as root, you can silently install the library using the 1-liner below:
2929

30-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jonesiscoding/user-defaults/HEAD/bin/install.sh)" || exit 1
30+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/jonesiscoding/user-defaults/HEAD/bin/install.sh)" || exit 1
31+
3132
The installer will check this repo for the most recent release, then if needed, download & install to `/usr/local/sbin/user-defaults`.

0 commit comments

Comments
 (0)