Skip to content

Conversation

tmiland
Copy link
Contributor

@tmiland tmiland commented Jun 23, 2025

Had difficulty using HEADLESS=y arguments when sourcing the script directly

Now you can use with curl

curl -sSL $NGINX_AUTOINSTALL_URL | bash -s headless

or wget

wget -qO- $NGINX_AUTOINSTALL_URL | bash -s headless

@angristan
Copy link
Owner

doesn't curl -sSL $NGINX_AUTOINSTALL_URL | HEADLESS=y bash work?

@tmiland
Copy link
Contributor Author

tmiland commented Jun 27, 2025

doesn't curl -sSL $NGINX_AUTOINSTALL_URL | HEADLESS=y bash work?

Yes it does! Thank you! 👍

@tmiland tmiland closed this Jun 27, 2025
@angristan
Copy link
Owner

awesome 👍

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.

2 participants