From 318478a51861116434a80dc49cb90bb76358ee90 Mon Sep 17 00:00:00 2001 From: Marius Gripsgard Date: Thu, 22 Nov 2018 19:35:15 +0100 Subject: [PATCH] Change to a more resent mir for xenial --- install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 839a49d..bbd77c7 100644 --- a/install.sh +++ b/install.sh @@ -51,7 +51,8 @@ function xenial_install { setup_repo ## Add temp repo until merged into the main repo - echo "deb http://repo.ubports.com/ xenial_-_mir26 main" | sudo tee -a /etc/apt/sources.list.d/ubports.list + echo "deb http://repo.ubports.com/ xenial_-_edge main" | sudo tee -a /etc/apt/sources.list.d/ubports.list + echo "deb http://repo.ubports.com/ xenial_-_edge_-_mir main" | sudo tee -a /etc/apt/sources.list.d/ubports.list ## Add pin sudo tee /etc/apt/preferences.d/ubports.pref << EOL @@ -60,8 +61,12 @@ function xenial_install { Pin-Priority: 2000 Package: * - Pin: release a=xenial_-_mir26 + Pin: release a=xenial_-_edge Pin-Priority: 5000 + + Package: * + Pin: release a=xenial_-_edge_-_mir + Pin-Priority: 6000 EOL do_install