diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/install.sh b/config/install.sh index 2868c94..f2a7d5e 100644 --- a/config/install.sh +++ b/config/install.sh @@ -81,8 +81,6 @@ wget -q -O /etc/apt/sources.list.d/microsoft-prod.list https://packages.microsof apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF 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-complete & curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe & echo -e "section_end:$(date +%s):install_dotnet\r\e[0K" @@ -112,6 +110,9 @@ wait echo -e "section_end:$(date +%s):install_asdf\r\e[0K" echo -e "section_start:$(date +%s):cleanup\r\e[0K==> Beginning cleanup…" +apt purge -y libx11-6 libwayland-client0 +apt autoremove -y + rm -fr /tmp mkdir -p /tmp chmod 777 /tmp |
