Minor update

This commit is contained in:
MaksimZhukov
2020-02-10 21:16:11 +03:00
parent 678ea3c2b5
commit e2029f2cdb
2 changed files with 2 additions and 2 deletions

View File

@@ -88,4 +88,4 @@ done
# NuGetFallbackFolder at /usr/share/dotnet/sdk/NuGetFallbackFolder is warmed up by smoke test
# Additional FTE will just copy to ~/.dotnet/NuGet which provides no benefit on a fungible machine
echo "DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1" | tee -a /etc/environment
echo 'export PATH="${PATH}:~/.dotnet/tools"' | tee -a /etc/skel/.bashrc
echo 'export PATH="$PATH:$HOME/.dotnet/tools"' | tee -a /etc/skel/.bashrc