From 3e4c0a39d26ce0bd76ef088743912f054f3bd065 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Wed, 26 Nov 2014 09:50:02 +0000 Subject: [PATCH] support: updated list of apt dist builds --- support/apt-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apt-update b/support/apt-update index 59c04998..4caffec5 100755 --- a/support/apt-update +++ b/support/apt-update @@ -18,7 +18,7 @@ DIR=$(cd $(dirname "$0"); pwd) # Configuration TVH_ROOT=$(cd "$(dirname "$0")"/..; pwd) -[ -z "$TVH_DIST" ] && TVH_DIST="wheezy lucid precise quantal saucy trusty" +[ -z "$TVH_DIST" ] && TVH_DIST="wheezy lucid precise trusty utopic" [ -z "$TVH_ARCH" ] && TVH_ARCH="i386 amd64" # Options