Skip to content

Commit

Permalink
install: Make sure python is installed before using it.
Browse files Browse the repository at this point in the history
This is relevant for completely bare Ubuntu systems which might only
have python3 installed.

Fixes zulip#40.
  • Loading branch information
timabbott committed Sep 27, 2015
1 parent 9748780 commit 96bd1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/install
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EOF

apt-get update
apt-get -y dist-upgrade
apt-get install -y puppet git
apt-get install -y puppet git python

mkdir -p /etc/zulip
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf
Expand Down

0 comments on commit 96bd1c3

Please sign in to comment.