From 3bb3d2c5fa776bff1accdb81fd0c0ae4c391cdc7 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 12 Mar 2022 11:29:46 +0100 Subject: [PATCH] Add TODO in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c26296a..9c5f227 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,7 @@ Files in this repository cover all the SBC setup. #### Installation * `setup.sh` is a script automating the installation and configuration of required software * `cupsd.conf` is the config file for CUPS, set by setup script + +### TODO +* When rcs-general's install script will be available, remove function `rcs_links()`. +* When new conf-sync will be available, adapt functions `get_conf()` and `set_conf()`.