Skip to content

Commit

Permalink
Change to a more resent mir for xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Nov 22, 2018
1 parent bc7c8dc commit 318478a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions install.sh
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 318478a

Please sign in to comment.