From f89a98c78a284f75fd8854f88268b49f4d6a1dc3 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 29 Jun 2015 21:52:47 -0400 Subject: [PATCH] v0.11b to fix missing package for apt-add-repository --- setup/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 968a2821..66cedb9e 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.11 + TAG=v0.11b fi # Are we running as root?