diff options
author | June McEnroe <june@causal.agency> | 2020-09-11 21:35:29 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-11 21:35:29 -0400 |
commit | d3f0aa3a371650044d3cfbc3ce9b9e67493916eb (patch) | |
tree | f9b1847f026b7a5a9220324fec61fb2a854a9b2f | |
parent | Rewrite install script yet again (diff) | |
download | src-d3f0aa3a371650044d3cfbc3ce9b9e67493916eb.tar.gz src-d3f0aa3a371650044d3cfbc3ce9b9e67493916eb.zip |
Install mandoc on macOS
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 871773ba..f34c84e6 100644 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ installMacPorts() { Darwin() { [ -d /opt/local ] || installMacPorts sudo /opt/local/bin/port selfupdate - sudo /opt/local/bin/port -N install git pkgconfig $packages + sudo /opt/local/bin/port -N install git mandoc pkgconfig $packages } $(uname) |