New recipe: Install .NET Core SDK

This commit is contained in:
2020-12-21 11:00:55 +01:00
parent 95c8b9fea9
commit a2b76c7d76
5 changed files with 48 additions and 28 deletions

View File

@@ -28,3 +28,7 @@ node.default['bitcoin']['conf'] = {
node.default['lnd']['repo'] = 'https://github.com/lightningnetwork/lnd'
node.default['lnd']['revision'] = 'v0.11.0-beta'
node.default['lnd']['source_dir'] = '/opt/lnd'
node.default['dotnet']['ms_packages_src_url'] = "https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb"
node.default['dotnet']['ms_packages_src_checksum'] = "4df5811c41fdded83eb9e2da9336a8dfa5594a79dc8a80133bd815f4f85b9991"