Readd peach-buttons and peach-oled

This commit is contained in:
notplants 2022-01-13 12:30:46 -05:00
parent c6f68de516
commit d3ae25934c
1 changed files with 3 additions and 1 deletions

View File

@ -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",