8000 Change source location of Mono packages · GiTechLab/libgit2sharp@e137a8e · GitHub
[go: up one dir, main page]

Skip to content

Commit e137a8e

Browse files
committed
Change source location of Mono packages
1 parent bd06dac commit e137a8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CI/travis.linux.install.deps.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/bash
22
set -ev
33

4-
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_12.04/ /' >> /etc/apt/sources.list.d/mono-opt.list"
4+
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
55

6-
curl http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_12.04/Release.key | sudo apt-key add -
6+
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
7+
echo "deb http://download.mono-project.com/repo/debian wheezy-libtiff-compat main" | sudo tee -a /etc/apt/sources.list.d/mono-xamarin.list
78

89
sudo apt-get update
9-
sudo apt-get install mono-opt cmake
10+
sudo apt-get install mono-devel cmake

0 commit comments

Comments
 (0)
0