aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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