aspnet / dnvm

OBSOLETE - see readme
Other
174 stars 61 forks source link

Can not download DNVM anymore #521

Closed andras-aniski closed 7 years ago

andras-aniski commented 7 years ago

I know that DNVM is obsoleted, but dotnet does not support Unix-based systems (Debian) with ARM architecture yet. We are (we were) using DNVM on hundreds of devices over the country, and we would still need it until dotnet is not in usable phase - for us.

We were using the command on Debian to download DNVM: curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh

Now it returns with 404 not found.

Could someone please suggest us solutions, how can we install DNVM on our IoT devices (Debian on ARM), and our developer PCs (Windows)?

Thanks!

glennc commented 7 years ago

If you really need DNVM for migration purposes then you should grab it from either a commit specific link on the Home repo or here, changing the URL to whichever you need.