Trigger uicache after removed Cydia

This commit is contained in:
Yaya4 2020-07-13 16:12:18 +02:00 committed by GitHub
parent 98dd6b34ee
commit 84ebb18fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ echo "Uninstalling Cydia..."
apt update
apt install cydia -y --allow-unauthenticated
apt purge cydia -y
uicache -a
echo "All Done."
killall SpringBoard
fi