zbrateam / Zebra

🦓 A Useful Package Manager for iOS
https://getzbra.com
GNU General Public License v3.0
1.18k stars 191 forks source link

`apt` updates may be handled incorrectly #2065

Open L1ghtmann opened 7 months ago

L1ghtmann commented 7 months ago

Describe the bug

When an apt upgrade is available, Zebra warns that things may break as it attempts to remove apt before the upgrade. This seems to result in the upgrade silently failing as I received an apt-get missing error in one of my tools after assuming the upgrade had succeeded. To resolve, I had to manually (re)install apt.

To Reproduce

Rebootstrap a rootless device and attempt to complete proposed upgrades in Zebra.

Expected behavior

apt to not be removed as this is handled by the 'upgrade' process.

Screenshots

Device Information:

Crash Log or System Log

Additional context

I think this used to be an issue but can't recall if it was ever diagnosed and/or resolved.