From bd1d90d876c07dbbfac74f6a2b55d879843fc9cc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 22 Mar 2021 08:56:43 -0700 Subject: rename :DEBIAN-SBCL -> :SBCL & use a property to install sbcl Unconditionally calling apt was actually the only Debian-specific thing about the connection type. Signed-off-by: Sean Whitton --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1134c79..264b7ee 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ Debian machine as an unprivileged user, using sudo to become root, and then starting up a Lisp image to execute your deployment code, you would just evaluate:: - (deploy (:ssh (:sudo :as "spwhitton@athena.example.com") :debian-sbcl) athena.example.com) + (deploy (:ssh (:sudo :as "spwhitton@athena.example.com") :sbcl) athena.example.com) Declarative configuration management systems like Consfigurator and Propellor_ share a number of goals with projects like the `GNU Guix System`_ and -- cgit v1.2.3