From 35659e4368640a2114926db1b77d8adc31da2fda Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 8 Jun 2021 10:53:20 -0400 Subject: [PATCH] Add new peach packages --- README.md | 7 ++++--- templates/release_index.html | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34cc88f..c219932 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This is a fork of the [vmdb2 script](https://salsa.debian.org/raspi-team/image-s which uses vmdb2 to build a disc image for PeachCloud for the Raspberry pi with all configuration and peach microservices pre-installed. -This vmdb2 script runs: -`python setup_dev_env.py -i -n peach`, -the python setup script from [peach-config](https://github.com/peachcloud/peach-config). +This vmdb2 script creates a working Debian image, +adds apt.peachcloud.org as an apt source, +and then uses peach-config to install all PeachCloud microservices. + ## Installing vmdb2 diff --git a/templates/release_index.html b/templates/release_index.html index e813b0e..eca3d74 100644 --- a/templates/release_index.html +++ b/templates/release_index.html @@ -34,6 +34,8 @@
  • peach-network - {{packages["peach-network"]}}
  • peach-oled - {{packages["peach-oled"]}}
  • peach-stats - {{packages["peach-stats"]}}
  • +
  • peach-web - {{packages["peach-web"]}}
  • +
  • peach-dyndns-updater - {{packages["peach-dyndns-updater"]}}
  • peach-go-sbot - {{packages["peach-go-sbot"]}}