Files
scripts/linux/install mono for .net4.8

21 lines
767 B
Groff

https://www.mono-project.com/download/stable/#download-lin-ubuntu
sudo apt install ca-certificates gnupg
sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install mono-devel
dotnet restore /workspace/repos/bitbucket.org/gatewayserver/GatewayServer.sln
sudo apt-get update
sudo apt-get install nuget
nuget restore /workspace/repos/bitbucket.org/gatewayserver/GatewayServer.sln