-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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