From 7ab655729082e079b4fc9b6fb0453fb1fb59b47b Mon Sep 17 00:00:00 2001 From: mycognosist Date: Fri, 18 Dec 2020 08:32:33 +0000 Subject: [PATCH] Add comment about lack of package overwrite for Freight --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b70af17..9780588 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,15 @@ python3 -u scripts/setup_debian_repo.py -i ## Update Debian Repo Without the -i flag, the `setup_debian_repo.py` script rebuilds all -microservices (cross-compiled to arm64) and updates the Debian repo +microservices (cross-compiled to arm64) and updates the Debian repo: ``` cd peach-vps python3 -u scripts/setup_debian_repo.py ``` +Freight supports the ability to have multiple versions of a package in a single Debian package archive. If a particular version of a package already exists in the Freight library, it will not be readded or overwritten. + ## Install from Debian Repo To add the PeachCloud Debian repo as an apt source, run the following commands from your Pi: