Bulding Universe does not require kvm

This commit is contained in:
Pranav K 2014-09-11 06:23:54 -07:00
parent 3b0058ddd9
commit 9c31dbc684
1 changed files with 0 additions and 8 deletions

View File

@ -27,12 +27,4 @@ if test ! -d packages/KoreBuild; then
mono .nuget/nuget.exe install Sake -version 0.2 -o packages -ExcludeVersion
fi
if ! type k > /dev/null 2>&1; then
source setup/kvm.sh
fi
if ! type k > /dev/null 2>&1; then
kvm upgrade
fi
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"