Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
update mono installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLeu76 committed Jan 6, 2022
1 parent 0f4453e commit 0eda999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-aux/setup-Linux-centos-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ fi

# mono
if [ ! -f /usr/bin/mono ]; then
rpmkeys --import "http://pool.sks-keyservers.net/pks/lookup?op=get&search=0x3fa7e0328081bff6a14da29aa6a19b38d3d831ef"
curl -s https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo
rpmkeys --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
su -c 'curl https://download.mono-project.com/repo/centos8-stable.repo | tee /etc/yum.repos.d/mono-centos8-stable.repo'
yum -q install mono-devel -y
fi

Expand Down

0 comments on commit 0eda999

Please sign in to comment.