Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Attnam/ivan
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfactor committed Feb 19, 2019
2 parents c85deca + 2586187 commit b7fcbd3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/win/requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -xue

sudo apt-get update

echo "deb http://pkg.mxe.cc/repos/apt/debian wheezy main" \
| sudo tee /etc/apt/sources.list.d/mxeapt.list
sudo apt-key adv --keyserver x-hkp://keys.gnupg.net \
--recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB
#sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9
#sudo add-apt-repository 'deb [arch=amd64] http://mirror.mxe.cc/repos/apt trusty main'
#echo "deb http://pkg.mxe.cc/repos/apt/debian wheezy main" \
# | sudo tee /etc/apt/sources.list.d/mxeapt.list
#sudo apt-key adv --keyserver x-hkp://keys.gnupg.net \
# --recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9
sudo add-apt-repository 'deb [arch=amd64] http://mirror.mxe.cc/repos/apt trusty main'

sudo apt-get update

Expand Down

0 comments on commit b7fcbd3

Please sign in to comment.