Skip to content

Instantly share code, notes, and snippets.

@kirb
Created June 10, 2013 12:39
Show Gist options
  • Save kirb/5748420 to your computer and use it in GitHub Desktop.
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
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