Skip to content

Commit

Permalink
Try dpkg --add-architecture i386
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Mar 9, 2013
1 parent bd94c59 commit 2d7ac39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ci/before_install.sh
Expand Up @@ -7,6 +7,7 @@ source ./bin/ci/common.sh
echo "$(tmstamp) *** before_install::apt-get starting $(date) ***"
#wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle -O - | sudo apt-key add -
#sudo bash -c 'echo "deb https://oss.oracle.com/debian unstable main non-free" >> /etc/apt/sources.list'
sudo dpkg --add-architecture i386
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 16126D3A3E5C1192
sudo apt-get update -qq
sudo apt-get install -qq \
Expand Down

0 comments on commit 2d7ac39

Please sign in to comment.