summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8df4b95..a9b5650 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,8 @@ build:
prd-init:
ssh root@${PRD_HOST} \\"echo 'https://cdn.openbsd.org/pub/OpenBSD' \
> /etc/installurl \
- && pkg_add -I -v git redis py3-virtualenv cowsay rsync bash \
+ && pkg_add -I -v git redis py3-virtualenv cowsay \
+ rsync-3.1.3-iconv nginx bash \
&& git config --global --add user.name rsiddharth \
&& git config --global --add user.email s@ricketyspace.net \
&& git -C /etc init \