Merge pull request 'Readd peach-menu to peach-config' (#69) from peach-menu into main
Reviewed-on: #69
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user