Merge pull request #4 from peachcloud/freight_readme

Add comment about lack of package overwrite for Freight
This commit is contained in:
glyph 2020-12-18 08:33:56 +00:00 committed by GitHub
commit 4fb4ceb9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: