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