From bf407e66bb6004836fb0c4ad726a2f62fb0adce4 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 29 Oct 2022 22:36:59 +0100 Subject: [PATCH] fix typo in makefile. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 66d5383..91aa274 100644 --- a/makefile +++ b/makefile @@ -19,7 +19,7 @@ help: # ============================================================================== setup: apt update - apt -y intall certbot sbcl rlwrap nginx + apt -y install certbot sbcl rlwrap nginx curl https://beta.quicklisp.org/quicklisp.lisp sbcl --load "/usr/share/common-lisp/source/quicklisp/quicklisp.lisp" \ --eval (quicklisp-quickstart:install) \