diff options
author | Teddy Wing | 2018-11-23 01:13:16 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-23 01:13:16 +0100 |
commit | 8a5293049de7314102af4a61dd5daeaf5a2059af (patch) | |
tree | e3b8fdd9df41fc1d9fe8801cc076d115e8d913e5 | |
parent | 6bcd35a43e74ced8d82da99523b98fdfefafaf6d (diff) | |
download | dome-key-web-8a5293049de7314102af4a61dd5daeaf5a2059af.tar.bz2 |
bin/setup: Add `lighttpd` and `entr` to install list
-rwxr-xr-x | bin/setup | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |