Skip to content

Commit

Permalink
Document update to Mono 6.8.0
Browse files Browse the repository at this point in the history
Ref wikimedia/labs-countervandalism-CVNBot#13

The same apt source now provides Mono 6.8, I just ran `apt-get update` and `apt-get install mono-complete`.

> Unpacking mono-complete `6.8.0.123-0xamarin2+debian9b1`
> over `5.16.0.179-0xamarin1+debian9b1`.
  • Loading branch information
Krinkle authored Jun 8, 2020
1 parent 78de7fa commit b33a973
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ service www:
sudo apachectl graceful
service CVNBot:
# Wikimedia Foundation projects require TLS 1.2 which
# Mono 4.6 (Debian 9 Stretch default) does not support.
# https://github.com/countervandalism/CVNBot/issues/46
# Install latest Mono (5.16) from Mono's official repository instead.
# - Wikimedia Foundation projects require TLS 1.2 which
# Mono 4.6 (Debian 9 Stretch default) does not support.
# https://github.com/countervandalism/CVNBot/issues/46
# - Using .NET Framework 4.7.2 requires Mono 5.18+
# https://github.com/countervandalism/CVNBot/issues/13
#
# The below installs latest Mono (6.8.0) from Mono's apt source for Debian Stretch.
- packages: |
# https://www.mono-project.com/download/stable/#download-lin-debian
sudo apt install apt-transport-https dirmngr
Expand Down

0 comments on commit b33a973

Please sign in to comment.