diff options
Diffstat (limited to 'resources/tools')
-rwxr-xr-x | resources/tools/download_install_vpp_pkgs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/download_install_vpp_pkgs.sh b/resources/tools/download_install_vpp_pkgs.sh index 6da3f86736..67c8362b7e 100755 --- a/resources/tools/download_install_vpp_pkgs.sh +++ b/resources/tools/download_install_vpp_pkgs.sh @@ -27,7 +27,7 @@ if [ -e "$VPP_REPO_URL_PATH" ]; then REPO=$(echo ${VPP_REPO_URL#https://nexus.fd.io/content/repositories/}) REPO=$(echo ${REPO%/io/fd/vpp/}) else - REPO='fd.io.master.ubuntu.trusty.main' + REPO='fd.io.master.ubuntu.xenial.main' fi GROUP="io.fd.vpp" |