summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-16 21:06:04 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-16 21:06:04 -0500
commit9c5012dd541c0837e5310118dac51e20accaec26 (patch)
treef746e9209074a746274474e11db3d8ae4c92a780
parentb3e072c493a285f48b76bcb3e78195761a9cb908 (diff)
Makefile: prd-init: pkg_add nginx, update rsync.
-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 \