594 B
594 B
status, type, created, updated
status | type | created | updated |
---|---|---|---|
4-Done | kanbn | 2024-01-06T01:22:07.432Z | 2024-01-06T01:22:07.432Z |
Install .net 7.0
# https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install
cd /home/unity4
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod +x ./dotnet-install.sh
./dotnet-install.sh --channel 7.0
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$HOME/.dotnet:$HOME/.dotnet/tools
ln -s /home/unity4/.dotnet/dotnet /usr/local/bin/dotnet
dotnet --info
Sub-tasks
- phares3757
- unity4
- unity5