Skip to content

Commit 69bb8ad

Browse files
committed
Update ubuntu-installScript
1 parent 2ea75fc commit 69bb8ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ubuntu-installScript

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)