File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11OS=$( uname -s)
22if [ " $OS " == " Darwin" ]; then
3- wget -O mono.pkg https://download.mono-project.com/archive/5.18 .0/macos-10-universal/MonoFramework-MDK-5.18.0.240 .macos10.xamarin.universal.pkg
3+ wget -O mono.pkg https://download.mono-project.com/archive/6.10 .0/macos-10-universal/MonoFramework-MDK-6.10.0 .macos10.xamarin.universal.pkg
44 sudo installer -pkg mono.pkg -target /
55 export PATH=$PATH :/Library/Frameworks/Mono.framework/Versions/Current/bin
66elif [ " $OS " == " Linux" ]; then
7+ sudo apt install gnupg ca-certificates
78 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
8- echo " deb http ://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin .list
9+ echo " deb https ://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable .list
910 sudo apt-get update -qq
1011 sudo apt-get install -y --force-yes mono-mcs libmono-system-runtime4.0-cil
1112fi
You can’t perform that action at this time.
0 commit comments