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