Skip to content

Commit

Permalink
XProtect: Add --prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmachos committed Dec 17, 2024
1 parent 57ea1f8 commit 399ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .functions/update!
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function update! {

if [ -x "$(command -v ${XPROTECT_BINARY})" ]; then
echo "[🛡️] XProtect..."
"${SUDO_BINARY}" "${XPROTECT_BINARY}" update
"${SUDO_BINARY}" "${XPROTECT_BINARY}" update --prerelease
fi

if [ -x "$(command -v "${SWUPDATE_BINARY}")" ]; then
Expand Down

0 comments on commit 399ca6a

Please sign in to comment.