Skip to content

My APT repo for iOS tools (like partialZipBrowser by tihmstar)

Notifications You must be signed in to change notification settings

MKstarFromSwitch/iostoolkitrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iostoolkitrepo

My APT repo for iOS tools (like partialZipBrowser by tihmstar)

How to install the repo

First, get the GPG key:

wget https://iostoolkitrepo.netlify.app/public.key -O ~/iostoolkitrepo_public.key

Then, copy it and delete it from your home directory (this is harmless unless the key is deleted from /usr/share/keyrings):

sudo gpg --dearmor -o /usr/share/keyrings/iostoolkitrepo.gpg ~/iostoolkitrepo_public.key
rm ~/iostoolkitrepo_public.key

And finally, add the repo and update APT:

echo "deb [signed-by=/usr/share/keyrings/iostoolkitrepo.gpg] https://iostoolkitrepo.netlify.app/ stable main" | sudo tee /etc/apt/sources.list.d/iostoolkitrepo.list
sudo apt update

About

My APT repo for iOS tools (like partialZipBrowser by tihmstar)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published