summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfbe420..dadfcf2 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ 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 \
+ && pkg_add -I -v git redis py3-virtualenv cowsay rsync bash \
&& git config --global --add user.name rsiddharth \
&& git config --global --add user.email s@ricketyspace.net \
&& git -C /etc init \