Install dotnet on Fedora (#109)
This commit is contained in:
parent
82b7b43cd1
commit
15237eeac4
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@ if [ "$(id -u)" != "0" ]; then
|
|||
code --install-extension webfreak.debug
|
||||
fi
|
||||
|
||||
# dotnet
|
||||
sudo dnf -y copr enable nmilosev/dotnet-sig
|
||||
sudo dnf -y install dotnetcore
|
||||
|
||||
# vim
|
||||
if [[ -z $NO_COMPILE_VIM ]]; then
|
||||
VIM_BUILD_DIR=`realpath "$DIR/../../"`
|
||||
|
|
Loading…
Reference in a new issue