From d3ae25934c006f0f740f8de2604465d9c68999be Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 13 Jan 2022 12:30:46 -0500 Subject: [PATCH] Readd peach-buttons and peach-oled --- peach-config/src/constants.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/peach-config/src/constants.rs b/peach-config/src/constants.rs index bcef80a..4a539a0 100644 --- a/peach-config/src/constants.rs +++ b/peach-config/src/constants.rs @@ -3,10 +3,12 @@ pub const CONF: &str = "/var/lib/peachcloud/conf"; // List of package names which are installed via apt-get -pub const SERVICES: [&str; 6] = [ +pub const SERVICES: [&str; 8] = [ "peach-web", "peach-probe", "peach-menu", + "peach-buttons", + "peach-oled", "peach-dyndns-updater", "peach-go-sbot", "peach-config",