File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ function updateMono()
148148 echo " deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-alpha.list
149149 sudo apt-get update
150150 sudo apt-get install -y mono-complete
151+ sudo apt-get install -y ca-certificates-mono
152+
151153 echo " Install mono completed. info:"
152154 mono -V
153155 echo " ------------------------------------"
@@ -179,6 +181,7 @@ function setupNewMono()
179181 echo " deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin-alpha.list
180182 sudo apt-get update
181183 sudo apt-get install -y mono-complete
184+ sudo apt-get install -y ca-certificates-mono
182185
183186 echo " Install mono completed. info:"
184187 mono -V
You can’t perform that action at this time.
0 commit comments