aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-23 01:13:16 +0100
committerTeddy Wing2018-11-23 01:13:16 +0100
commit8a5293049de7314102af4a61dd5daeaf5a2059af (patch)
treee3b8fdd9df41fc1d9fe8801cc076d115e8d913e5
parent6bcd35a43e74ced8d82da99523b98fdfefafaf6d (diff)
downloaddome-key-web-8a5293049de7314102af4a61dd5daeaf5a2059af.tar.bz2
bin/setup: Add `lighttpd` and `entr` to install list
-rwxr-xr-xbin/setup3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index 4055793..4d3b600 100755
--- a/bin/setup
+++ b/bin/setup
@@ -46,6 +46,9 @@ if [ "$1" = "--install" ]; then
if ! program_exists mysql; then
brew install mariadb
fi
+
+ install_if_not_found lighttpd
+ install_if_not_found entr
fi