Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

follow redirects #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

follow redirects #2

wants to merge 3 commits into from

Conversation

vale981
Copy link
Contributor

@vale981 vale981 commented Jan 12, 2021

I am sorry that I did not test my changes sufficiently.
This should make it work :P.

@@ -82,7 +82,7 @@ label_disks() {
################################################################################
# Download the NixOS ISO and write it to the installer disk.
write_installer_to_disk() {
curl -k "$NIXOS_URL" \
curl -L -k "$NIXOS_URL" \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm to blame as well. I tested the URL on my end and should have said something when I needed to add the -L to my invocation of curl. Oh well.

scripts/linode-bootstrap.sh Outdated Show resolved Hide resolved
@pjones
Copy link
Owner

pjones commented Jan 13, 2021

@vale981 Are all of your changes good to go now? If so I'll merge this PR.

@vale981
Copy link
Contributor Author

vale981 commented Jan 13, 2021

networking.interfaces.enp0s5.preferTempAddress = false; does not work unfortunately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants