Skip to content
Aetherx edited this page Oct 20, 2023 · 4 revisions

About

GitHub release GitHub Release Date - Published_At GitHub all releases GitHub repo size GitHub last commit (by committer) View Apt Repo



The Proteus Git script is a tool which works alongside the Proteus App Manager for obtaining the newest Ubuntu packages.

Proteus Git will cycle through a list of registered packages and fetch the latest .deb package which is downloaded to the system that the script is running on. It will then place that .deb package in the correct structure which is /incoming/git/<codename>/<architecture>/*.

After the download and migration of the .deb package, the package will be registered with reprepro which is the software that handles adding the package to the Proteus Apt Repo.

Finally, the changes will be handed over to git which will upload the latest packages to the Proteus Apt Repo.




Installation

Proteus Git requires apt-move to be installed and will be called from the apt-url script included with Proteus Git.

To install apt-move

sudo apt-get install apt-move
Clone this wiki locally