Browse Source

remove unnecessary programs from install command in makefile.

I copied this command over from another project and clearly forgot to remove
programs not needed in this project.
master
Craig Oates 5 months ago
parent
commit
2bf522f680
  1. 2
      makefile

2
makefile

@ -25,7 +25,7 @@ build:
install:
apt update
apt -y install build-essentional certbot sbcl rlwrap nginx libev4
apt -y install sbcl rlwrap
@echo 'Install complete.'
lisp-install:

Loading…
Cancel
Save