Monday, November 8, 2010

RepoStory PPA tool


Been looking everywhere for a way to verify my ppa list after the upgrade. Doing it manually is a big hassle. This project is a great tool and development is coming along nicely.

Use this command in a terminal to get the code:

bzr branch lp:~davidc3/+junk/repostory

The script will be in the "repostory" folder in your Home, so you have to go there and make the file executable:

cd repostory && chmod +x repostory

Make sure you have the curl and zenity packages:

sudo apt-get install curl zenity

That's it, you can now launch the script by either clicking it or typing:

./repostory

To get the latest changes, if you have a previously downloaded version just type:

cd repostory && bzr pull

LINK: Ubuntuforums

No comments:

Post a Comment