From 9c5012dd541c0837e5310118dac51e20accaec26 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 16 Nov 2019 21:06:04 -0500 Subject: Makefile: prd-init: pkg_add nginx, update rsync. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3