summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-28 15:26:41 -0400
committerJune McEnroe <june@causal.agency>2017-07-28 15:26:41 -0400
commit7d11cfcd77c2c5da3b04f94881ac3f5259c8b76a (patch)
treee9bf733a26b9a88912b045fb8a68f42c6ec1df57
parentAdd up, sup (diff)
downloadsrc-7d11cfcd77c2c5da3b04f94881ac3f5259c8b76a.tar.gz
src-7d11cfcd77c2c5da3b04f94881ac3f5259c8b76a.zip
Install sl
Diffstat (limited to '')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f933138b..a43b81fc 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -eu
 
-common='gdb git gnupg htop the_silver_searcher tree'
+common='gdb git gnupg htop sl the_silver_searcher tree'
 
 macos() {
   homebrew=https://raw.githubusercontent.com/Homebrew/install/master/install
tor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe