William Li
ffcbbbc8c4
Fix ubuntu and mac no permission error
...
cache folder $HOME/.dotnet is created during the install process and user
use. However .dotnet folder belongs to root for ubuntu and mac due to
sudo -H policy. Override HOME during installation.
2017-08-03 10:34:50 -07:00
Livar Cunha
9e04dcf8a4
Updating the native installers to use a fully qualified path to dotnet.dll and execute it with dotnet exec, so that the first run experience to populate the offline cache will trigger for the SDK being installed, instead of for the latest one in the box.
2017-07-26 23:10:48 -07:00
William Li
1147b6c2fe
Sync with windows installer experience for mac
2017-07-11 14:16:20 -07:00
Livar Cunha
529d7caa79
Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder.
2017-06-20 10:59:23 -07:00
William Li
9f8ab82a6c
Run dotnet new command as current user in installer
...
If not, the dotnet new will run as root and the cache folders will be in
root ownership
How to get current user
https://apple.stackexchange.com/questions/144159/how-can-i-determine-the-invoking-user-in-an-apple-installer-postinstall-script
2017-05-03 12:57:47 -07:00
William Li
8a3225c44b
prime cache macos
...
Using dotnet new after pkg install
2017-04-27 12:39:45 -07:00
Sridhar Periyasamy
d9942e7fda
Update postinstall
...
Fixing a typo.
2016-03-28 12:36:34 -07:00
Sridhar Periyasamy
e81166afce
Add to $PATH in the .Net Core Host pkg
...
Earlier it was incorrectly done in .Net CLI pkg
2016-03-25 11:31:30 -07:00
Sridhar Periyasamy
ae83a73e35
Create 'dotnet-dev' and 'dotnet' pkg.
...
- 'dotnet-dev' contains the sharedfx, shared host and CLI SDK.
- 'dotnet' contains the sharedfx and the shared host.
2016-03-17 13:42:10 -07:00