Install dotnet on Fedora (#109)

This commit is contained in:
Cyryl Płotnicki 2017-03-18 08:25:42 +00:00 committed by GitHub
parent 82b7b43cd1
commit 15237eeac4

View file

@ -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/../../"`