Merge pull request 'Readd peach-menu to peach-config' (#69) from peach-menu into main

Reviewed-on: #69
This commit is contained in:
2022-01-13 17:31:19 +00:00
3 changed files with 7 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2459,7 +2459,7 @@ dependencies = [
[[package]]
name = "peach-config"
version = "0.1.16"
version = "0.1.17"
dependencies = [
"clap",
"env_logger 0.6.2",
@ -2545,7 +2545,7 @@ dependencies = [
[[package]]
name = "peach-network"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"get_if_addrs",
"miniserde",

View File

@ -1,6 +1,6 @@
[package]
name = "peach-config"
version = "0.1.16"
version = "0.1.17"
authors = ["Andrew Reid <gnomad@cryptolab.net>", "Max Fowler <max@mfowler.info>"]
edition = "2018"
description = "Command line tool for installing, updating and configuring PeachCloud"

View File

@ -3,9 +3,12 @@
pub const CONF: &str = "/var/lib/peachcloud/conf";
// List of package names which are installed via apt-get
pub const SERVICES: [&str; 5] = [
pub const SERVICES: [&str; 8] = [
"peach-web",
"peach-probe",
"peach-menu",
"peach-buttons",
"peach-oled",
"peach-dyndns-updater",
"peach-go-sbot",
"peach-config",