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]]
|
[[package]]
|
||||||
name = "peach-config"
|
name = "peach-config"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"env_logger 0.6.2",
|
"env_logger 0.6.2",
|
||||||
@ -2545,7 +2545,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "peach-network"
|
name = "peach-network"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"get_if_addrs",
|
"get_if_addrs",
|
||||||
"miniserde",
|
"miniserde",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "peach-config"
|
name = "peach-config"
|
||||||
version = "0.1.16"
|
version = "0.1.17"
|
||||||
authors = ["Andrew Reid <gnomad@cryptolab.net>", "Max Fowler <max@mfowler.info>"]
|
authors = ["Andrew Reid <gnomad@cryptolab.net>", "Max Fowler <max@mfowler.info>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Command line tool for installing, updating and configuring PeachCloud"
|
description = "Command line tool for installing, updating and configuring PeachCloud"
|
||||||
|
@ -3,9 +3,12 @@
|
|||||||
pub const CONF: &str = "/var/lib/peachcloud/conf";
|
pub const CONF: &str = "/var/lib/peachcloud/conf";
|
||||||
|
|
||||||
// List of package names which are installed via apt-get
|
// List of package names which are installed via apt-get
|
||||||
pub const SERVICES: [&str; 5] = [
|
pub const SERVICES: [&str; 8] = [
|
||||||
"peach-web",
|
"peach-web",
|
||||||
"peach-probe",
|
"peach-probe",
|
||||||
|
"peach-menu",
|
||||||
|
"peach-buttons",
|
||||||
|
"peach-oled",
|
||||||
"peach-dyndns-updater",
|
"peach-dyndns-updater",
|
||||||
"peach-go-sbot",
|
"peach-go-sbot",
|
||||||
"peach-config",
|
"peach-config",
|
||||||
|
Reference in New Issue
Block a user