summaryrefslogtreecommitdiff
path: root/ci/data/install-user-sbcl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/data/install-user-sbcl.sh')
-rwxr-xr-xci/data/install-user-sbcl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/data/install-user-sbcl.sh b/ci/data/install-user-sbcl.sh
index 68bc832..b473fd4 100755
--- a/ci/data/install-user-sbcl.sh
+++ b/ci/data/install-user-sbcl.sh
@@ -2,7 +2,7 @@
curl -o ~/quicklisp.lisp https://beta.quicklisp.org/quicklisp.lisp
sbcl --load ~/quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(sb-ext:exit)"
-sbcl --eval "(loop for pkg in '(cl-ppcre cl-smtp hunchentoot easy-routes cl-log ironclad cl-markdown tmpdir net-telent-date uffi drakma cl-json postmodern fiveam local-time trivial-octet-streams) do (ql:quickload (symbol-name pkg)))" --eval "(sb-ext:exit)"
+sbcl --eval "(loop for pkg in '(cl-ppcre cl-smtp hunchentoot easy-routes cl-log ironclad cl-markdown tmpdir net-telent-date uffi drakma cl-json postmodern fiveam local-time trivial-octet-streams swank) do (ql:quickload (symbol-name pkg)))" --eval "(sb-ext:exit)"
mkdir -p ~/.config/common-lisp
echo "(:source-registry (:tree (:home \"common-lisp/systems\")) :inherit-configuration)" | tee ~/.config/common-lisp/source-registry.conf