Browse Source

Add -L curl flag for redirect

install-script
Luke Childs 3 years ago
parent
commit
b29e6b806e
  1. 2
      scripts/install

2
scripts/install

@ -117,7 +117,7 @@ This installation method assumes a fresh Debian install. If you already have Doc
You can pass flags to the installer like this:
curl https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
Sleeping for 30 seconds...

Loading…
Cancel
Save