Created
June 10, 2013 12:39
-
-
Save kirb/5748420 to your computer and use it in GitHub Desktop.
Find out how many more Cydia packages your repos can have in total until it hits the 65535 package limit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $((65535 - `cat /var/lib/apt/lists/*_Packages | grep -cE '^Package:'`)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment