594 B
594 B
status, created, updated, type
status | created | updated | type |
---|---|---|---|
4-Done | 2023-06-06T02:52:34.346Z | 2023-07-27T18:05:52.739Z | kanbn |
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