From 399ca6aaf49976973d95c596d23dc7eb9bcbd561 Mon Sep 17 00:00:00 2001 From: 0xmachos <0xmachos@gmail.com> Date: Tue, 17 Dec 2024 22:12:08 +0000 Subject: [PATCH] XProtect: Add --prerelease --- .functions/update! | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions/update! b/.functions/update! index 7d8749b..e1d1236 100644 --- a/.functions/update! +++ b/.functions/update! @@ -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