diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/install.sh b/config/install.sh index 768ba50..3f1348f 100644 --- a/config/install.sh +++ b/config/install.sh @@ -4,7 +4,7 @@ set -euo pipefail export DEBIAN_FRONTEND=noninteractive apt-get clean -apt-get update +apt-get update -q apt-get install -y --no-install-recommends \ apt-transport-https \ apt-utils \ @@ -76,7 +76,7 @@ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BF echo "deb https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sources.list.d/mono-official-stable.list apt-get update -q -apt-get install -y --no-install-recommends dotnet-sdk-3.1 mono-runtime +apt-get install -y --no-install-recommends dotnet-sdk-3.1 mono-complete curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe mkdir -p "$ASDF_DATA_DIR" |
