summaryrefslogtreecommitdiff
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/firmware.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/firmware.sh b/Library/firmware.sh
index 4f41bfd..ac1381d 100755
--- a/Library/firmware.sh
+++ b/Library/firmware.sh
@@ -130,6 +130,8 @@ EOF
pseudo "cy+kernel.$(lower <<<$(sysctl -n kern.ostype))" "$(sysctl -n kern.osrelease)" "virtual kernel dependency"
+ pseudo "cy+lib.corefoundation" "$(/usr/libexec/cydia/cfversion)" "virtual corefoundation dependency"
+
} >"${status}"_
mv -f "${status}"{_,}
@@ -139,5 +141,5 @@ if [[ ${cpu} == arm ]]; then
cp -afT /User /var/mobile
fi && rm -rf /User && ln -s "/var/mobile" /User
- echo 4 >/var/lib/cydia/firmware.ver
+ echo 5 >/var/lib/cydia/firmware.ver
fi