jeaye / nixos-in-place

Install NixOS on top of any existing Linux distribution without rebooting
MIT License
458 stars 57 forks source link

download link seems offline #51

Closed nerdbude closed 5 days ago

nerdbude commented 1 year ago

I try to install NixOS on Hetzner Cloud with nixos-in-place. The process stops with: wget: unable to resolve host adress 'd3g5gsiof5omrk.cloudfront.net' Is there a solution for this?

zergaloid commented 1 year ago

Yes, it is offline Replacing values with ones from the NixOS download buttons seems to work

Just go into the install script and change primary_version, secondary_version and minimal_checksum (here I am assuming you are looking for a no-GUI system) starting at line 50

Then replace url on line 151 with https://releases.nixos.org/nixos/$primary_version/nixos-$full_version

zergaloid commented 1 year ago

I should probably make a pull request with this fix