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
|
code --install-extension webfreak.debug
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# dotnet
|
||||||
|
sudo dnf -y copr enable nmilosev/dotnet-sig
|
||||||
|
sudo dnf -y install dotnetcore
|
||||||
|
|
||||||
# vim
|
# vim
|
||||||
if [[ -z $NO_COMPILE_VIM ]]; then
|
if [[ -z $NO_COMPILE_VIM ]]; then
|
||||||
VIM_BUILD_DIR=`realpath "$DIR/../../"`
|
VIM_BUILD_DIR=`realpath "$DIR/../../"`
|
||||||
|
|
Loading…
Reference in a new issue